提交 c3fd8dee 编写于 作者: L liuyq-617

test

上级 f8b759d8
...@@ -154,6 +154,9 @@ pipeline { ...@@ -154,6 +154,9 @@ pipeline {
} }
if (sh(script: "git log -1 --pretty=%B | fgrep -ie '[skip ci]' -e '[ci skip]'", returnStatus: true) == 0) { if (sh(script: "git log -1 --pretty=%B | fgrep -ie '[skip ci]' -e '[ci skip]'", returnStatus: true) == 0) {
currentBuild.result = 'SUCCESS' currentBuild.result = 'SUCCESS'
sh'''
git log -1 --pretty=%B | fgrep -ie '[skip ci]' -e '[ci skip]
'''
currentBuild.getRawBuild().getExecutor().interrupt(Result.SUCCESS) currentBuild.getRawBuild().getExecutor().interrupt(Result.SUCCESS)
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册