Prepare book release #78

Merged
muellerr merged 20 commits from prep-book-release into main 2023-09-21 20:04:20 +02:00
4 changed files with 92 additions and 65 deletions
Showing only changes of commit 01b55a1df1 - Show all commits

View File

@ -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') {