fix Jenkinsfile error

This commit is contained in:
liuyq-617 2020-10-22 11:14:29 +08:00
parent e25e0798e6
commit 22ec4f4a0d
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -9,7 +9,7 @@ pipeline {
stage('Parallel test stage') { stage('Parallel test stage') {
parallel { parallel {
stage('pytest') { stage('pytest') {
agent{label 'master'} agent{label '184'}
steps { steps {
sh ''' sh '''
date date
@ -34,7 +34,7 @@ pipeline {
} }
} }
stage('test_b1') { stage('test_b1') {
agent{label '184'} agent{label 'master'}
steps { steps {
sh ''' sh '''
cd ${WKC} cd ${WKC}