Polishing

See #9
This commit is contained in:
Mark Paluch
2021-10-01 11:13:32 +02:00
parent 8e6200c7a4
commit d7e48227f1

4
Jenkinsfile vendored
View File

@@ -17,7 +17,7 @@ pipeline {
when {
beforeAgent(true)
anyOf {
branch(pattern: "main|(\\d\\.\\d\\.x)", comparator: "REGEXP")
branch(pattern: "main|(\\d+\\.\\d+\\.x)", comparator: "REGEXP")
not { triggeredBy 'UpstreamCause' }
}
}
@@ -45,7 +45,7 @@ pipeline {
when {
beforeAgent(true)
anyOf {
branch(pattern: "main|(\\d\\.\\d\\.x)", comparator: "REGEXP")
branch(pattern: "main|(\\d+\\.\\d+\\.x)", comparator: "REGEXP")
not { triggeredBy 'UpstreamCause' }
}
}