jenkins 构建前执行shell_Jenkins 六: 构建中执行shell或者 windows的批处理程序

本文介绍了如何在Jenkins构建过程中执行Shell命令或Windows批处理命令。通过选择'Execute shell'或'Execute Windows batch command',并在命令栏输入相应命令,可以实现环境变量的调用和外部脚本的执行。示例中展示了执行Python脚本的方式,包括直接通过命令和使用Python Plugin插件。
摘要由CSDN通过智能技术生成

Shell/ bat

Jenkins 可以在构建中执行shell命令或者windows的batch 命令。

1. 选择一个项目,点击“配置”。

2. 找到“构建” –> “增加构建步骤”。选择 “Execute shell” 或者 “Execute Windows batch command”。

具体选择哪一个取决于你的执行环境,如果是linux环境,选择 “Execute shell”。如果是windows环境,选择 “Execute Windows batch command”。我这边选择的是“Execute Windows batch command”。

3. 在 “命令”栏中输入你要执行的命令。

echo "Hello World"

echo%BUILD_TAG%

python hello_python.py

备注:

在命令栏下方,可以看到“参阅可用环境变量列表”。点击之后,可以看到所有可以用的变量名列表及其解释。

比如上面我们使用的 BUILD_TAG。

BUILD_NUMBER

The current build number, such as"153"BUILD_ID

The current build ID, identical to BUILD_NUMBERfor builds created in 1.597+, but a YYYY-MM-DD_hh-mm-ss timestamp forolder builds

BUILD_DISPLAY_NAME

The display name of the current build,which is something like "#153"by default.

JOB_N

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值