Pārlūkot izejas kodu

Fix unescaped character in CI

Jamie Curnow 1 gadu atpakaļ
vecāks
revīzija
1f45e6a5e9
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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
 							}