one last check

This commit is contained in:
Ulrich Mohr 2022-09-30 14:34:25 +02:00
parent 775d5632de
commit 7877776e24
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ pipeline {
}
stage('Documentation') {
when {
branch 'mohr/documentation_ci'
branch 'development'
}
steps {
dir(DOCDDIR) {