Skip to content

Commit

Permalink
Merge pull request #1637 from jglick/BUILD_ID-JENKINS-26520
Browse files Browse the repository at this point in the history
[JENKINS-26520] Documentation fix for $BUILD_ID
  • Loading branch information
jglick committed Apr 7, 2015
2 parents c2e9423 + 77327a5 commit e80c69c
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,5 +1,5 @@
BUILD_NUMBER.blurb=The current build number, such as "153"
BUILD_ID.blurb=The current build id, such as "2005-08-22_23-59-59" (YYYY-MM-DD_hh-mm-ss)
BUILD_ID.blurb=The current build ID, identical to BUILD_NUMBER for builds created in 1.597+, but a YYYY-MM-DD_hh-mm-ss timestamp for older builds
BUILD_DISPLAY_NAME.blurb=The display name of the current build, which is something like "#153" by default.
JOB_NAME.blurb=Name of the project of this build, such as "foo" or "foo/bar". (To strip off folder paths from a Bourne shell script, try: <tt>$'{'JOB_NAME##*/}</tt>)
BUILD_TAG.blurb=String of "jenkins-<i>$'{'JOB_NAME}</i>-<i>$'{'BUILD_NUMBER}</i>". Convenient to put into a resource file, a jar file, etc for easier identification.
Expand Down

0 comments on commit e80c69c

Please sign in to comment.