publish documentation for development and master branch #681

Merged
muellerr merged 16 commits from mohr/documentation_ci into development 2022-09-14 11:22:36 +02:00
Showing only changes of commit af282c7d3e - Show all commits

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) {