reverting to only publish development

This commit is contained in:
Ulrich Mohr 2022-09-13 18:17:56 +02:00
parent 21a9d89fb3
commit af282c7d3e
1 changed files with 1 additions and 1 deletions

View File

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