ci: add steps to check docs stage

This commit is contained in:
tangfangzhi 2022-08-22 14:43:22 +08:00
parent 3d6aa3435f
commit 9ad81089c1
1 changed files with 3 additions and 1 deletions

View File

@ -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 {