extend 3.0 ci to 4 machines
This commit is contained in:
parent
7aeb0a2a07
commit
15cfd98449
|
@ -35,6 +35,7 @@ def abort_previous(){
|
|||
def pre_test(){
|
||||
sh'hostname'
|
||||
sh '''
|
||||
date
|
||||
sudo rmtaos || echo "taosd has not installed"
|
||||
'''
|
||||
sh '''
|
||||
|
@ -98,7 +99,7 @@ pipeline {
|
|||
}
|
||||
stages {
|
||||
stage('pre_build'){
|
||||
agent{label 'slave3_0'}
|
||||
agent{label " slave3_0 || slave15 || slave16 || slave17 "}
|
||||
options { skipDefaultCheckout() }
|
||||
when {
|
||||
changeRequest()
|
||||
|
|
Loading…
Reference in New Issue