We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37d031e commit aeec5b8Copy full SHA for aeec5b8
Jenkinsfile
@@ -48,7 +48,7 @@ pipeline {
48
when {
49
beforeAgent(true)
50
allOf {
51
- branch(pattern: "issue/gh-java21|main|(\\d\\.\\d\\.x)", comparator: "REGEXP")
+ branch(pattern: "main|(\\d\\.\\d\\.x)", comparator: "REGEXP")
52
not { triggeredBy 'UpstreamCause' }
53
}
54
0 commit comments