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

change

上级 e61df9d8
......@@ -73,10 +73,7 @@ pipeline {
}
stages {
stage('Parallel test stage') {
stage('pre_build'){
stage('pre_build'){
agent{label 'master'}
steps {
sh'''
......@@ -91,6 +88,9 @@ pipeline {
}
}
}
stage('Parallel test stage') {
//only build pr
when {
changeRequest()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册