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') {
parallel {
stage('pytest') {
agent{label 'master'}
agent{label '184'}
steps {
sh '''
date
@ -34,7 +34,7 @@ pipeline {
}
}
stage('test_b1') {
agent{label '184'}
agent{label 'master'}
steps {
sh '''
cd ${WKC}