Build flow job gets indecipherable Groovy error

2015-06-12 Thread CLOSE Dave
I have a Jenkins job using the build flow plugin. A portion of it looks like the code below. parallel ( { ignore ( FAILURE ) { build ( "job1", BRANCH: params [ "BRANCH" ] ) } }, { ignore ( FAILURE ) { build ( "job2", BRANCH: params [ "BRANCH" ] ) } } ) I'd like to replace the BRANCH parame

update user.home variable on slave node

2015-06-12 Thread Ashish Yadav
The system properties for the slave node is showing user.home as /home/jenkins Where is this defined and how do I force/change it to /var/lib/jenkins? I already set the $HOME on the slave node to /var/lib/jenkins but the system properties file is not being updated to reflect that. -- You recei

Standard Jenkins shell build step for testing a Rails app?

2015-06-12 Thread Jeff
Hi, I've used Jenkins as a developer but never configured it myself. I'm not setting it up for the first time and am stuck trying to get the shell script build step to work. I want it to run all the Rails tests and tell me whether they pass. This seems like a standard question but my Google se

explicit locking and unlocking of slaves

2015-06-12 Thread Christoph
Hi, i am using a jenkins server with several (identical) slaves. These slaves execute a build pipeline. Since the codebase is quite large, the jobs of the pipeline share a workspace which is only updated once by the first job. For the same reason, I don't use plugins that copy the workspace. T

Re: ERROR: Maven JVM terminated unexpectedly with exit code 0

2015-06-12 Thread corneil.duples...@gmail.com
Add -e or -X options to your maven This may provide a reason for the failure. [image: --] Corneil du Plessis [image: https://]about.me/corneil On 12 June 2015 at 12:37, Anupam Jha wrote: > Hi Guys, > > All the tests of my Maven test are passing in Jen

Re: Using Java 1.7 and SSL self-signed certs

2015-06-12 Thread Tom Moore
Have you tried the Skip Certificate Check plugin? Generally its not a great idea to be skipping security checks, but for a test instance it might be acceptable. On Thursday, June 11, 2015 at 9:30:26 PM UTC-4, Ari LiVigni wrote: > > we used the keytool to create the self-signed cert so I assume

Re: Automated MS CUIT (Coded UI Tests) with Jenkins

2015-06-12 Thread Slide
It would be helpful to understand what is not working with the UI tests as well. Do you get an error? Any logs that might help show the issue? On Fri, Jun 12, 2015 at 5:49 AM Mark Waite wrote: > I expect it is doable, though probably easiest if you assure that the > Jenkins node which is executi

Re: Automated MS CUIT (Coded UI Tests) with Jenkins

2015-06-12 Thread Mark Waite
I expect it is doable, though probably easiest if you assure that the Jenkins node which is executing those tests is not running as a service. Running tests which drive a web browser from a service will likely be more challenging than allowing those coded UI tests to be run from a Jenkins slave run

Automated MS CUIT (Coded UI Tests) with Jenkins

2015-06-12 Thread David Periam
We have a project that I have been asked to build and integrate an Automated CI, Deployment and Automated UI Tests for. I have built a framework, using Visual Studio 2010 and Page Object Mapping; a number of MS Coded UI Tests (CUIT) have been created which work brilliantly when run with the MST

ERROR: Maven JVM terminated unexpectedly with exit code 0

2015-06-12 Thread Anupam Jha
Hi Guys, All the tests of my Maven test are passing in Jenkins but in the end I am getting the following error: [ERROR: Maven JVM terminated unexpectedly with exit code 0] This is giving the status to the Build -->> Finished: FAILURE. The Cucumber Results are 100% PASS. KIndly help as

Re: Restore Of Jenkins Configuration

2015-06-12 Thread Paul Wilkins
Daniel Thank you very much for our help. This is very useful indeed.and will allow me to get back up and running much quicker. Thanks Paul. On Fri, Jun 12, 2015 at 9:15 AM, Daniel Beck wrote: > Jenkins uses mostly XML file-based storage, so you should be able to copy > over the entire JENKI

Re: Restore Of Jenkins Configuration

2015-06-12 Thread Daniel Beck
Jenkins uses mostly XML file-based storage, so you should be able to copy over the entire JENKINS_HOME (typically /var/lib/jenkins) and use that. Make sure you copy over other Jenkins-related files like /etc/default/jenkins or /etc/sysconfig/jenkins (depending on distro) as well, as they may con

Restore Of Jenkins Configuration

2015-06-12 Thread Paul Wilkins
Hello I attempted to revert a Jenkins upgrade and this totally killed my Jenkins instance. I have an old image pre upgrade of the Jenkins machine, all these machines are AWS Ec2 windows machines. If on the failed machine I uninstall Jenkins and re install version 1.555 which was the pre upg