提交 a469355a 编写于 作者: L liuyq-617

(full)update)

上级 76e5dce8
...@@ -494,32 +494,24 @@ pipeline { ...@@ -494,32 +494,24 @@ pipeline {
steps { steps {
pre_test() pre_test()
timeout(time: 100, unit: 'MINUTES'){ timeout(time: 100, unit: 'MINUTES'){
script{
scope.each {
sh """ sh """
date date
cd ${WKC}/tests cd ${WKC}/tests
./test-CI.sh sim 4 ${sim_mod[0]} ./test-CI.sh sim 4 ${sim_mod[0]}
date""" date"""
} }
} }
}
}
} }
stage('sim_2') { stage('sim_2') {
agent{label " slave7 || slave17 "} agent{label " slave7 || slave17 "}
steps { steps {
pre_test() pre_test()
timeout(time: 100, unit: 'MINUTES'){ timeout(time: 100, unit: 'MINUTES'){
script{ sh """
scope.each { date
sh """ cd ${WKC}/tests
date ./test-CI.sh sim 4 ${sim_mod[1]}
cd ${WKC}/tests date"""
./test-CI.sh sim 4 ${sim_mod[1]}
date"""
}
}
} }
} }
} }
...@@ -528,15 +520,11 @@ pipeline { ...@@ -528,15 +520,11 @@ pipeline {
steps { steps {
timeout(time: 105, unit: 'MINUTES'){ timeout(time: 105, unit: 'MINUTES'){
pre_test() pre_test()
script{ sh """
scope.each { date
sh """ cd ${WKC}/tests
date ./test-CI.sh sim 4 ${sim_mod[2]}
cd ${WKC}/tests date"""
./test-CI.sh sim 4 ${sim_mod[2]}
date"""
}
}
} }
} }
} }
...@@ -545,18 +533,14 @@ pipeline { ...@@ -545,18 +533,14 @@ pipeline {
steps { steps {
timeout(time: 100, unit: 'MINUTES'){ timeout(time: 100, unit: 'MINUTES'){
pre_test() pre_test()
script{ sh """
scope.each { date
sh """ cd ${WKC}/tests
date ./test-CI.sh sim 4 ${sim_mod[3]}
cd ${WKC}/tests date"""
./test-CI.sh sim 4 ${sim_mod[3]}
date"""
}
} }
} }
}
} }
stage('other') { stage('other') {
agent{label " slave10 || slave20 "} agent{label " slave10 || slave20 "}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册