ci: add steps to check docs stage
This commit is contained in:
parent
3d6aa3435f
commit
9ad81089c1
|
@ -360,7 +360,9 @@ pipeline {
|
|||
parallel {
|
||||
stage('check docs') {
|
||||
agent{label " worker03 || slave215 || slave217 || slave219 || Mac_catalina "}
|
||||
check_docs()
|
||||
steps {
|
||||
check_docs()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue