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

remove start condition

上级 dd3e1a9e
...@@ -6,21 +6,9 @@ pipeline { ...@@ -6,21 +6,9 @@ pipeline {
} }
stages { stages {
stage('pre build'){
agent{label 'master'}
when{ changeset "develop"}
steps{
sh '''
echo "check OK!"
'''
}
}
stage('Parallel test stage') { stage('Parallel test stage') {
parallel { parallel {
stage('pytest') { stage('pytest') {
when{ changeset "develop"}
agent{label 'master'} agent{label 'master'}
steps { steps {
sh ''' sh '''
...@@ -46,7 +34,6 @@ pipeline { ...@@ -46,7 +34,6 @@ pipeline {
} }
} }
stage('test_b1') { stage('test_b1') {
when{ changeset "develop"}
agent{label '184'} agent{label '184'}
steps { steps {
sh ''' sh '''
...@@ -74,7 +61,6 @@ pipeline { ...@@ -74,7 +61,6 @@ pipeline {
stage('test_crash_gen') { stage('test_crash_gen') {
agent{label "185"} agent{label "185"}
when{ changeset "develop"}
steps { steps {
sh ''' sh '''
cd ${WKC} cd ${WKC}
...@@ -104,7 +90,7 @@ pipeline { ...@@ -104,7 +90,7 @@ pipeline {
stage('test_valgrind') { stage('test_valgrind') {
agent{label "186"} agent{label "186"}
when{ changeset "develop"}
steps { steps {
sh ''' sh '''
cd ${WKC} cd ${WKC}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册