Jenkins - build.xml中的哪个时间戳与配置规范时间规则相关?

时间:2017-10-28 14:08:12

标签: xml jenkins timestamp clearcase

我有一个Jenkins设置POLLs ClearCase进行更改。当看到更改时,它会使用时间戳规则修改视图的配置规范。我很好奇我可以从作业运行的build.xml获取时间戳。

在$ {JENKINS_HOME} /jobs//builds//build.xml里面我看到一些引用时间的项目。

<buildTime>2017-09-29 20:12:13.647 UTC</buildTime>
<timestamp>1506715933647</timestamp>
<startTime>1506715933650</startTime>

哪一个与配置规范中使用的时间戳相关?

1 个答案:

答案 0 :(得分:1)

  

哪一个与配置规范中使用的时间戳相关?

为此,需要查看配置规范 但假设配置规范使用buildTime元素中的日期,则timestamp(1506715933647)是与2017-09-29 20:12:13.647 UTC匹配的纪元时间。

在年长的詹金斯,BUILD_ID used to include the timestamp 现在,plugins need to set the BUILD_TIMESTAMP variable themselves