Jenkins Groovy Console to get Test Result for Maven Type project

2014-07-21 Thread Prabal Deb
Hello All, We are trying to use Jenkins Groovy Console to get Test Results (Total Count for All modules) for Maven Type Jenkins project. But we are not able to get it worked. If you have any clue on this it will be useful for us. But we are able to get test/coverage results fo

Re: Can't execute Maven 2 on the slave where Maven 3 is installed

2014-07-21 Thread 'Coinbase Support' via Jenkins Users
__ Type your response ABOVE THIS LINE to reply Re: Can't execute Maven 2 on the slave where Maven 3 is installed Coinbase | Jul 21, 2014 02:50PM PDT Thank

Can't execute Maven 2 on the slave where Maven 3 is installed

2014-07-21 Thread vicki_kozel via Jenkins Users
Hello, most of our projects are built with Maven 3. We have a request though to build one project with Maven 2. I installed Maven 2.2.1 on the slave boxes and configured a new maven entry in the Configure System space on the master. The build fails with the Exception in thread "main" java.la

Re: Componentized build

2014-07-21 Thread Murali Devakumar
Hi Marc, We are not posting artifacts back to source control. Issue is not with consuming correct version of A, instead B also needs latest code to compile successfully against A which will break Case 1. Hope I am not confusing... Murali On Monday, July 21, 2014 2:28:25 PM UTC-7, Marc MacIn

Re: Componentized build

2014-07-21 Thread Marc MacIntyre
Have A produce an artifact indicating the correct revision in whatever SCM system (git, svn, etc) you are using. Have B consume that artifact, and sync its local repository to the correct revision prior to building. On Mon, Jul 21, 2014 at 2:22 PM, Murali Devakumar wrote: > Hi all, > > We have

Componentized build

2014-07-21 Thread Murali Devakumar
Hi all, We have a Jenkins CI system which builds individual components on checkin and we have 70+ components and there are compile time dependencies between components. Let's take two components; A, B and B consumes A. Case 1: Code change is A, Jenkins triggers A and on success it triggers

How to make the Job name not updatable

2014-07-21 Thread Emmanuel DEMEY
Hi everyone, After the creation of a job, how can I make the job name read-only for all users ? I need this, in order to break the link between the job and our database that use our jenkins resource. Thanks a lot. Manu -- Emmanuel DEMEY Ingénieur Etude et Développement Worldline, an atos comp

RE: Can i revert back the commit in git if the build fails in jenkins or bamboo?

2014-07-21 Thread Rob Mandeville
Maybe you can go about it the other way around. If you haves branch called “r1.0” that you want to protect, don’t let users merge to “r1.0”. Instead, have them merge to “r1.0_candidate”. Put a build job on that, and let it promote from “r1.0_candiate” to “r1.0” if the tests pass. --Rob From

Re: SSH Plugin - "Cannot Connect to server" but credentials are correct.

2014-07-21 Thread Stephen Connolly
Unless the server key is larger than 2048 bits... that could cause issues if you don't have unlimited strength JCA installed... but I have not spent much time looking at the JSch based SSH connectors On 21 July 2014 09:23, Tim Myerscough wrote: > No, all characters are within the ASCII range. >

Re: SSH Plugin - "Cannot Connect to server" but credentials are correct.

2014-07-21 Thread Tim Myerscough
No, all characters are within the ASCII range. On 21 July 2014 15:50, Stephen Connolly wrote: > Does the password contain any non-ASCII (i.e. outside the range 32-127) > characters? > > > On 21 July 2014 03:58, Tim Myerscough > wrote: > >> I've found a solution by configuring an SSH Keyfile. >

Re: SSH Plugin - "Cannot Connect to server" but credentials are correct.

2014-07-21 Thread Stephen Connolly
Does the password contain any non-ASCII (i.e. outside the range 32-127) characters? On 21 July 2014 03:58, Tim Myerscough wrote: > I've found a solution by configuring an SSH Keyfile. > > Has anyone else experienced issues with username/password authentication > issues with the SSH Plugin? > >

How to launch on-demand slaves immediately when needed?

2014-07-21 Thread Susanne Lindgren
Short version I'm experiencing somewhat slow slave start up when nodes are offline. Launch method is "Launch slave via execution of command on the Master" (bash script), availability is "Take this salve on-line when in demand and off-line when idle" and "In demand delay" is 0. When I launch a n

Re: xml api output broken?

2014-07-21 Thread Simon Haegler
On Friday, 18 July 2014 12:32:18 UTC+2, Daniel Beck wrote: > > What version of Subversion plugin is this? > this is subversion plugin 2.3. best, simon > > On 18.07.2014, at 08:16, Simon Haegler > > wrote: > > > hi jenkins user > > > > i noticed that this call > > > http://my-jenkins-hos