Sfoglia il codice sorgente

Fix unescaped character in CI

Jamie Curnow 1 anno fa
parent
commit
1f45e6a5e9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -184,7 +184,7 @@ pipeline {
 				stage('Docs Job') {
 					when {
 						allOf {
-							when { branch pattern: "^(develop|master)$", comparator: "REGEXP"}
+							when { branch pattern: "^(develop|master)\$", comparator: "REGEXP"}
 							not {
 								equals expected: 'UNSTABLE', actual: currentBuild.result
 							}