diff --git a/automation/Jenkinsfile b/automation/Jenkinsfile index 2cb8164..230dbba 100644 --- a/automation/Jenkinsfile +++ b/automation/Jenkinsfile @@ -58,8 +58,8 @@ pipeline { stage('Deploy satrs-book') { when { anyOf { - branch 'main' - branch pattern: "mdbook-deployment*" + branch 'main'; + branch pattern: 'mdbook-deployment*' } } steps {