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 4529288 commit 071d6c4Copy full SHA for 071d6c4
Jenkinsfile
@@ -20,8 +20,9 @@ pipeline {
20
stages {
21
stage("test: baseline (main)") {
22
when {
23
+ beforeAgent(true)
24
anyOf {
- branch 'main'
25
+ branch(pattern: "main|(\\d\\.\\d\\.x)", comparator: "REGEXP")
26
not { triggeredBy 'UpstreamCause' }
27
}
28
@@ -108,8 +109,9 @@ pipeline {
108
109
110
stage('Release to artifactory') {
111
112
113
114
115
116
117
0 commit comments