Re: Run JUnit in Jenkins

2014-01-12 Thread Jules Reynolds
Hi, I just set up my Junit tests in Jenkins, and I am using Maven. Once you set a build (in the Build section of a free style Jenkins job) with Maven 3.0 -e clean install when Jenkins builds the project it will also run the tests automatically, without setting anything up in addition to what

Re: Run JUnit in Jenkins

2013-05-09 Thread RDR
Have you set up Maven to run your Unit tests? (see my previous post) On Wed, May 8, 2013 at 10:32 PM, raf das rafaelc...@gmail.com wrote: I use maven, but do not know to configure it in jenkins. How to insert my project in jenkins ? 1) localhost:8080 2)New Job 3) Build a free-style

Re: Run JUnit in Jenkins

2013-05-09 Thread raf das
Let's start from the beginning. for I run my tests in jenkins, I need to convert my project to maven, right? Em quinta-feira, 2 de maio de 2013 18h06min02s UTC-3, raf das escreveu: Hi friends, I have my ready tests with selenium and JUnit. How can I run on jenkins? -- You received this

Re: Run JUnit in Jenkins

2013-05-09 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
No, Jenkins can run any type of build that can be scripted (that's what 'freestyle' projects are for). - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: May 9 2013 17:37:38 Let's start from the beginning. for I run my tests in

Re: Run JUnit in Jenkins

2013-05-09 Thread raf das
perfect, then as I squeegee my tests in the jenkins? I was told that is easier when configured with maven Em quinta-feira, 9 de maio de 2013 18h40min09s UTC-3, Kevin Fleming escreveu: No, Jenkins can run any type of build that can be scripted (that's what 'freestyle' projects are for).

Re: Run JUnit in Jenkins

2013-05-08 Thread raf das
help-me :( Em quinta-feira, 2 de maio de 2013 18h06min02s UTC-3, raf das escreveu: Hi friends, I have my ready tests with selenium and JUnit. How can I run on jenkins? -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from

Re: Run JUnit in Jenkins

2013-05-08 Thread RDR
There isn't a lot of information there, but Jenkins is used to schedule build of your jobs, exactly what that entails is up to you. Jenkins will not automatically run Junit tests (after all there might not be any tests). I don't know if you are using Maven, ANT or another tool to build your

RE: Run JUnit in Jenkins

2013-05-08 Thread Mandeville, Rob
To: jenkinsci-users@googlegroups.com Subject: Re: Run JUnit in Jenkins help-me :( Em quinta-feira, 2 de maio de 2013 18h06min02s UTC-3, raf das escreveu: Hi friends, I have my ready tests with selenium and JUnit. How can I run on jenkins? -- You received this message because you are subscribed

Re: Run JUnit in Jenkins

2013-05-08 Thread raf das
I use maven, but do not know to configure it in jenkins. How to insert my project in jenkins ? 1) localhost:8080 2)New Job 3) Build a free-style software project 4 ... ? Would like a step by step if possible. THANKS FRIENDS Em quinta-feira, 2 de maio de 2013 18h06min02s UTC-3,

Re: Run JUnit in Jenkins

2013-05-08 Thread Mark Waite
From: raf das rafaelc...@gmail.com To: jenkinsci-users@googlegroups.com Sent: Wednesday, May 8, 2013 3:32 PM Subject: Re: Run JUnit in Jenkins I use maven, but do not know to configure it in jenkins. How to insert my project in jenkins ? 1) localhost:8080 2)New Job 3) Build

Run JUnit in Jenkins

2013-05-02 Thread raf das
Hi friends, I have my ready tests with selenium and JUnit. How can I run on jenkins? -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving emails from it, send an email to