“3daa1ea82ae9e3ca43c908a9b45d66b7d7c63c7b”上不存在“docs/en/15-programming/01-connect/01-python.md”
提交 1fc7765d 编写于 作者: L liuyq-617

change

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