testing Jenkinsfile

This commit is contained in:
Ulrich Mohr 2022-09-13 14:32:10 +02:00
parent 9c7248e78e
commit 9bd600c488
1 changed files with 1 additions and 1 deletions

View File

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