|
|
|
|
@ -12,6 +12,12 @@ pipeline {
@@ -12,6 +12,12 @@ pipeline {
|
|
|
|
|
|
|
|
|
|
stages { |
|
|
|
|
stage("Test") { |
|
|
|
|
when { |
|
|
|
|
anyOf { |
|
|
|
|
branch '1.10.x' |
|
|
|
|
not { triggeredBy 'UpstreamCause' } |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
parallel { |
|
|
|
|
stage("test: baseline") { |
|
|
|
|
agent { |
|
|
|
|
@ -38,6 +44,7 @@ pipeline {
@@ -38,6 +44,7 @@ pipeline {
|
|
|
|
|
stage('Release to artifactory') { |
|
|
|
|
when { |
|
|
|
|
branch 'issue/*' |
|
|
|
|
not { triggeredBy 'UpstreamCause' } |
|
|
|
|
} |
|
|
|
|
agent { |
|
|
|
|
docker { |
|
|
|
|
|