This commit is contained in:
parent
a0b0716564
commit
01b55a1df1
6
automation/Jenkinsfile
vendored
6
automation/Jenkinsfile
vendored
@ -57,8 +57,10 @@ pipeline {
|
||||
}
|
||||
stage('Deploy satrs-book') {
|
||||
when {
|
||||
branch 'main'
|
||||
branch 'prep-book-release'
|
||||
anyOf {
|
||||
branch 'main'
|
||||
branch 'prep-book-release'
|
||||
}
|
||||
}
|
||||
steps {
|
||||
dir('satrs-book') {
|
||||
|
Loading…
Reference in New Issue
Block a user