共计 777 个字符,预计需要花费 2 分钟才能阅读完成。
今天就跟大家聊聊有关 jenkins 持续集成是如何打 tag 的,可能很多人都不太了解,为了让大家更加了解,丸趣 TV 小编给大家总结了以下内容,希望大家根据这篇文章可以有所收获。
uild 时间戳插件将是在构建过程中获取时间戳的最佳答案。
按照以下简单步骤启用“BUILD\u TIMESTAMP”变量。
STEP 1:
Manage Jenkins - Plugin Manager - Installed...
Search for Build Timestamp Plugin .
Install with or without Restart.
STEP 2:
Manage Jenkins - Configure System.
Search for Build Timestamp section, then Enable the CHECKBOX.
Select the TIMEZONE, TIME format you want to setup with..Save the Page.
USAGE:
When Configuring the Build with ANT or MAVEN,
Please declare a Global variable as,
E.G. btime=${BUILD_TIMESTAMP}
(use this in your Properties box in ANT or MAVEN Build Section)
use btime in your Code to any String Variables etc..
关于时间变量,设置新名称,如下:
关于构建后如何进行 tag 构建,如下
看完上述内容,你们对 jenkins 持续集成是如何打 tag 的有进一步的了解吗?如果还想了解更多知识或者相关内容,请关注丸趣 TV 行业资讯频道,感谢大家的支持。
正文完