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,7 +360,9 @@ 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 "}
check_docs() steps {
check_docs()
}
} }
} }
} }