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

(full)update)

上级 76e5dce8
......@@ -494,8 +494,6 @@ pipeline {
steps {
pre_test()
timeout(time: 100, unit: 'MINUTES'){
script{
scope.each {
sh """
date
cd ${WKC}/tests
......@@ -504,15 +502,11 @@ pipeline {
}
}
}
}
}
stage('sim_2') {
agent{label " slave7 || slave17 "}
steps {
pre_test()
timeout(time: 100, unit: 'MINUTES'){
script{
scope.each {
sh """
date
cd ${WKC}/tests
......@@ -521,15 +515,11 @@ pipeline {
}
}
}
}
}
stage('sim_3') {
agent{label " slave8 || slave18 "}
steps {
timeout(time: 105, unit: 'MINUTES'){
pre_test()
script{
scope.each {
sh """
date
cd ${WKC}/tests
......@@ -538,15 +528,11 @@ pipeline {
}
}
}
}
}
stage('sim_4') {
agent{label " slave9 || slave19 "}
steps {
timeout(time: 100, unit: 'MINUTES'){
pre_test()
script{
scope.each {
sh """
date
cd ${WKC}/tests
......@@ -556,8 +542,6 @@ pipeline {
}
}
}
}
stage('other') {
agent{label " slave10 || slave20 "}
steps {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册