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

test[ci skip]

上级 caa56000
......@@ -249,4 +249,3 @@ steps:
branch:
- develop
- master
......@@ -142,6 +142,9 @@ pipeline {
sh'''
git fetch origin +refs/pull/${CHANGE_ID}/merge
git checkout -qf FETCH_HEAD
cd ${WORKSPACE}.tes
git --no-pager diff --name-only FETCH_HEAD ${env.CHANGE_TARGET}|grep -v -E '.*md|//src//connector|Jenkinsfile|test-all.sh'
git log -1 --pretty=%B | fgrep -ie '[skip ci]' -e '[ci skip]
'''
script{
......@@ -157,7 +160,6 @@ pipeline {
sh'''
git log -1 --pretty=%B | fgrep -ie '[skip ci]' -e '[ci skip]
'''
currentBuild.getRawBuild().getExecutor().interrupt(Result.SUCCESS)
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册