This commit is contained in:
liuyq-617 2021-02-05 11:37:17 +08:00
parent e61df9d8a0
commit 1fc7765dff
1 changed files with 4 additions and 4 deletions

6
Jenkinsfile vendored
View File

@ -73,9 +73,6 @@ pipeline {
}
stages {
stage('Parallel test stage') {
stage('pre_build'){
agent{label 'master'}
steps {
@ -91,6 +88,9 @@ pipeline {
}
}
}
stage('Parallel test stage') {
//only build pr
when {
changeRequest()