Re: JUnit tests reported twice after upgrading to 2.8

2016-06-13 Thread RDR
Hi, I'm really stuck with this, so any help would be appreciated:-( On 9 June 2016 at 11:15, RDR <forward.my.mai...@gmail.com> wrote: > I don't know if this helps, but... > > * I've gone through the config.xml file and compared it to an old backup > that worked as expected

Re: JUnit tests reported twice after upgrading to 2.8

2016-06-09 Thread RDR
: [JENKINS] Recording test results Although this was always the case Is there some other place I should be looking to determine what the problem might be? On 8 June 2016 at 16:17, RDR <forward.my.mai...@gmail.com> wrote: > Hi, > > I've just upgraded from 1.559 to 2.8. There were

JUnit tests reported twice after upgrading to 2.8

2016-06-08 Thread RDR
Hi, I've just upgraded from 1.559 to 2.8. There were a few oddities in the upgrade process which I've worked my way past, but there is one that has stumped me. For some (but not all) of my projects Jenkins is showing a 100% increase in the number of Unit tests. I'm surprised by this as I've not

Re: How to postpone job execution until after another job has finished

2016-06-03 Thread RDR
hing, but as > far as I can tell, the Throttle Concurrent Builds Plugin is the one that is > being maintaind, and is the preferred one to use. > > > > *From:* jenkinsci-users@googlegroups.com [mailto: > jenkinsci-users@googlegroups.com] *On Behalf Of *RDR > *Sent:* 03 June

How to postpone job execution until after another job has finished

2016-06-03 Thread RDR
Hi, I've got an odd problem setting up a Jenkins server and i was just wondering if anybody could suggest a solution. I've set up 3 jobs on my server: 1. Build-Application - a typical Jenkins job that downloads code from SCM builds it and run the Unit tests. The generated artifacts are archived.

Re: How to set global git parameters

2015-03-19 Thread RDR
Waite On Wed, Mar 18, 2015 at 7:42 AM, RDR forward.my.mai...@gmail.com wrote: Hi, Hopefully this is a simple question and I'm missing something obvious I'm running Jenkins on a Windows based OS and I'm pulling my code from Git. However the job is failing with the message: Could

How to set global git parameters

2015-03-18 Thread RDR
Hi, Hopefully this is a simple question and I'm missing something obvious I'm running Jenkins on a Windows based OS and I'm pulling my code from Git. However the job is failing with the message: Could not checkout null with start point After a bit of digging it turns out that the

Re: NoClassDefFoundError when using JsHint, PMD, FindBugs and Checkstyle plugins

2014-09-17 Thread RDR
Hafner ullrich.haf...@gmail.com wrote: Am 16.09.2014 um 18:03 schrieb RDR forward.my.mai...@gmail.com: Hi, I've installed the following plugins on to my Jenkins server to watch for Java/JavaScript coding issues: Do you have both of these Plugins installed? Actually these should

NoClassDefFoundError error with jshint, checkstyle, Findbugs and PMD plug-ins

2014-09-16 Thread RDR
Hi, I've just set up a Jenkins server with the following plug-ins: - JSHint Report Plug-in 3.36 - Checkstyle Plug-in3.39 - FindBugs Plug-in 4.57 - PMD Plug-in 3.38 - Static Code Analysis Plug-ins

NoClassDefFoundError when using JsHint, PMD, FindBugs and Checkstyle plugins

2014-09-16 Thread RDR
Hi, I've installed the following plugins on to my Jenkins server to watch for Java/JavaScript coding issues: - JSHint Report Plug-in3.36 - Checkstyle Plug-in3.39 - FindBugs Plug-in 4.57 - PMD Plug-in

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-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