Code Snippet

Just another Code Snippet site

hudson

[Jenkins] Environment Variables

Environment Variable Description BUILD_NUMBER The current build number, such as “153” BUILD_ID The current build id, such as “2005-08-22_23-59-59” (YYYY-MM-DD_hh-mm-ss) BUILD_URL The URL where the results of this build can be found (e.g. http://buildserver/jenkins/job/MyJobName/666/) NODE_NAME The name of the node the current build is running on. Equals ‘master’ for master node. JOB_NAME Name of the […]

, ,