this should work
Some checks are pending
fsfw/fsfw/pipeline/head Build started...
fsfw/fsfw/pipeline/pr-development This commit looks good

This commit is contained in:
Robin Müller 2023-10-25 11:30:19 +02:00
parent acc737feb2
commit f0e4eacac5
Signed by: muellerr
GPG Key ID: A649FB78196E3849

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 {