Odd #758

Merged
mohr merged 9 commits from development-doc-deployment into development 2023-10-25 12:39:37 +02:00
Showing only changes of commit f0e4eacac5 - Show all commits

View File

@ -89,7 +89,7 @@ pipeline {
when {
anyOf {
branch 'development';
branch pattern: 'development-doc*'
branch pattern: 'development-doc-deplyment*'
}
}
steps {
@ -111,7 +111,7 @@ pipeline {
when {
anyOf {
branch 'master';
branch pattern: 'master-doc*'
branch pattern: 'master-doc-deployment*'
}
}
steps {