提交 9ad81089 编写于 作者: T tangfangzhi

ci: add steps to check docs stage

上级 3d6aa343
...@@ -360,10 +360,12 @@ pipeline { ...@@ -360,10 +360,12 @@ pipeline {
parallel { parallel {
stage('check docs') { stage('check docs') {
agent{label " worker03 || slave215 || slave217 || slave219 || Mac_catalina "} agent{label " worker03 || slave215 || slave217 || slave219 || Mac_catalina "}
steps {
check_docs() check_docs()
} }
} }
} }
}
stage('run test') { stage('run test') {
when { when {
allOf { allOf {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册