done?
This commit is contained in:
parent
8e362a000c
commit
7b5ae6a445
4
automation/Jenkinsfile
vendored
4
automation/Jenkinsfile
vendored
@ -45,7 +45,7 @@ pipeline {
|
||||
}
|
||||
stage('Documentation') {
|
||||
when {
|
||||
branch 'mohr/documentation_ci'
|
||||
branch 'development'
|
||||
}
|
||||
steps {
|
||||
dir(DOCDDIR) {
|
||||
@ -64,7 +64,7 @@ pipeline {
|
||||
}
|
||||
stage('Master Documentation') {
|
||||
when {
|
||||
branch 'mohr/documentation_ci'
|
||||
branch 'master'
|
||||
}
|
||||
steps {
|
||||
dir(DOCDDIR) {
|
||||
|
Loading…
Reference in New Issue
Block a user