This commit is contained in:
liuyq-617 2021-02-18 18:19:22 +08:00
parent a154d1328e
commit 38f6e4a6ac
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -102,7 +102,7 @@ pipeline {
when {
changeRequest()
expression {
skipstage != 0
env.skipstage != 0
}
}
parallel {