Chinaunix首页 | 论坛 | 博客
  • 博客访问: 76659
  • 博文数量: 33
  • 博客积分: 647
  • 博客等级: 上士
  • 技术积分: 290
  • 用 户 组: 普通用户
  • 注册时间: 2011-10-20 12:37
文章分类

全部博文(33)

文章存档

2014年(1)

2012年(31)

2011年(1)

我的朋友

分类: Delphi

2012-03-22 15:11:14

Hudson Set Environment Variables

When a Hudson job executes, it sets some environment variables that you may use in your shell script, batch command, Ant script or Maven POM . The following table contains a list of all of these environment variables.

Environment VariableDescription
BUILD_NUMBERThe current build number, such as "153"
BUILD_IDThe current build id, such as "2005-08-22_23-59-59" (YYYY-MM-DD_hh-mm-ss)
JOB_NAMEName of the project of this build. This is the name you gave your job when you first set it up. It's the third column of the Hudson Dashboard main page.
BUILD_TAGString of hudson-${JOBNAME}-${BUILD_NUMBER}. Convenient to put into a resource file, a jar file, etc for easier identification.
EXECUTOR_NUMBERThe unique number that identifies the current executor (among executors of the same machine) that's carrying out this build. This is the number you see in the "build executor status", except that the number starts from 0, not 1.
JAVA_HOMEIf your job is configured to use a specific JDK, this variable is set to the JAVA_HOME of the specified JDK. When this variable is set, PATH is also updated to have $JAVA_HOME/bin.
WORKSPACEThe absolute path of the workspace.
SVN_REVISIONFor Subversion-based projects, this variable contains the revision number of the module. If you have more than one module specified, this won't be set. using SVN_REVISION_n to specify . n based on index 1 modules
CVS_BRANCHFor CVS-based projects, this variable contains the branch of the module. If CVS is configured to check out the trunk, this environment variable will not be set.
 JENKINS_URL              The url of the jenkins, e.g.

每次成功的build中记录了build的revision在文件revision.txt中
阅读(772) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~