提交 bd08cb95 编写于 作者: T tangfangzhi

ci: remove changeRequest in Jenkinsfile2

上级 b21cca1d
......@@ -174,7 +174,6 @@ pipeline {
stage ('build docs') {
when {
allOf {
changeRequest()
{ expression { env.CHANGE_BRANCH =~ /docs\// }}
}
}
......@@ -195,7 +194,6 @@ pipeline {
options { skipDefaultCheckout() }
when {
allOf {
changeRequest()
not { expression { env.CHANGE_BRANCH =~ /docs\// }}
}
}
......@@ -247,7 +245,6 @@ pipeline {
options { skipDefaultCheckout() }
when {
allOf {
changeRequest()
not { expression { env.CHANGE_BRANCH =~ /docs\// }}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册