RE: How to check the current status of a Job, via REST API

2014-10-20 Thread Patricia Wright
You can add more depth for more info. /job/JOBNAME/api/xml?depth=1 then look at the build list and find the most recent status. From: jenkinsci-users@googlegroups.com jenkinsci-users@googlegroups.com on behalf of Sajith Kariyawasam saj...@gmail.com Sent:

Re: disown child process

2014-06-06 Thread Patricia Wright
Perhaps the reaper is killing you. At the end of a job, jenkins will kill of any process with the environment variable BUILD_ID that matches that job. You can override that environment variable with something else (set BUILD_ID='please do not kill me') before launching tomcat, etc... Or you

Re: Best practice to copy Jenkins jobs from old instance to new one - Different networks - No root access to server - Manual Copying preferred

2014-02-28 Thread Patricia Wright
, you might be able to do some other html scrape of the all view. Patricia Wright Sr. MTS, VMware Site Recovery Manager patri...@vmware.com 5 Cambridge Center, Cambridge MA 02142 617.528.7611 Office - Original Message - From: SamiSam say...@gmail.com To: jenkinsci-users

Re: Best practice to copy Jenkins jobs from old instance to new one - Different networks - No root access to server - Manual Copying preferred

2014-02-28 Thread Patricia Wright
Just so I am clear, I'm not referring to the cli of the jenkins server itself. The CLI I refer to is the remote jenkins command line. You can download the .jar file from $JENKINS_URL/jnlpJars/jenkins-cli.jar and run it on any machine. - Original Message - From: SamiSam

Re: Best practice to copy Jenkins jobs from old instance to new one - Different networks - No root access to server - Manual Copying preferred

2014-02-28 Thread Patricia Wright
and modify your instructions into a file and execute? Sorry, I'm not a developer but an Integrator. Thank you On Friday, February 28, 2014 11:50:40 AM UTC-5, Patricia Wright wrote: Just so I am clear, I'm not referring to the cli of the jenkins server itself. The CLI I refer

Creating views based on build parameters not working.

2014-02-18 Thread Patricia Wright
Hello All, I have many tests to run across several branches. We pass the parameter 'BRANCH' to all the tests to keep track and use that internally. This works in an excellent fashion. I would like to be able to create views of test results by branch. I want to see the status, weather, and