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 e3f973a commit 96aa849Copy full SHA for 96aa849
Jenkinsfile
@@ -50,7 +50,7 @@ pipeline {
50
stage("Test other configurations") {
51
when {
52
beforeAgent(true)
53
- branch(pattern: "issue/spring-next-gen|main|(\\d\\.\\d\\.x)", comparator: "REGEXP")
+ branch(pattern: "main|(\\d\\.\\d\\.x)", comparator: "REGEXP")
54
}
55
56
parallel {
0 commit comments