【发布时间】:2026-02-14 20:50:02
【问题描述】:
我有 3 个测试命令要在构建后运行,但我想根据 git 提交消息中的关键字运行这些命令。
Commit message: 'New changes [CoreTest]'
if(CoreTest){
Run coreTest shell command for spoon
}else if(CloudTest){
Run CloudTest shell command for spoon
}
else{
AllTests shell command for spoon
}
【问题讨论】:
标签: git jenkins jenkins-plugins spoon commit-message