Skip to content

Commit

Permalink
[JENKINS-26520] Documentation for $BUILD_ID did not reflect current r…
Browse files Browse the repository at this point in the history
…eality.
  • Loading branch information
jglick committed Apr 2, 2015
1 parent 3e88ea2 commit 77327a5
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 77327a5

Please sign in to comment.