Yup, here's a list of environment variables that are available by default: https://wiki.jenkins-ci.org/display/JENKINS/Building+a+software+project
David Moreau Simard Senior Software Engineer | Openstack RDO
dmsimard = [irc, github, twitter]
On Fri, Jan 22, 2016 at 12:44 PM, James purpleidea@gmail.com wrote:
On Fri, Jan 22, 2016 at 12:39 PM, David Moreau Simard dms@redhat.com wrote:
+1, I'd like to know if jobs are leaking.
I have something built into my jobs to be able to identify which job a node belongs to but this might not be the case for every job.
We could *probably* (just thinking out loud here) add a small hook to node requests in cicoclient that adds an identifier (i.e, echo $BUILD_URL > /root/.jenkins)
Did you look at `env` to see if this contains what you want?