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') {
|
stage('Deploy satrs-book') {
|
||||||
when {
|
when {
|
||||||
branch 'main'
|
anyOf {
|
||||||
branch 'prep-book-release'
|
branch 'main'
|
||||||
|
branch 'prep-book-release'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
dir('satrs-book') {
|
dir('satrs-book') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user