Created
August 14, 2015 15:03
-
-
Save mandeepbal/4e713de4f3146945b9bd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The following variables are available to shell scripts | |
echo $BUILD_NUMBER | |
5 | |
echo $BUILD_ID | |
5 | |
echo $BUILD_DISPLAY_NAME | |
#5 | |
echo $JOB_NAME | |
search project | |
echo $BUILD_TAG | |
jenkins-search project-5 | |
echo $EXECUTOR_NUMBER | |
1 | |
echo $NODE_NAME | |
master | |
echo $NODE_LABELS | |
master | |
echo $WORKSPACE | |
/var/jenkins_home/jobs/search project/workspace | |
echo $JENKINS_HOME | |
/var/jenkins_home | |
echo $JENKINS_URL | |
echo $BUILD_URL | |
echo $JOB_URL | |
echo $SVN_REVISION | |
echo $SVN_URL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment