DATACASS-659 - Only main branch runs based on upstream cause.

This commit is contained in:
Greg Turnquist
2019-06-28 16:14:20 -05:00
parent 25c69dffd0
commit 53b19ef4c6

6
Jenkinsfile vendored
View File

@@ -12,6 +12,12 @@ pipeline {
stages {
stage("Test") {
when {
anyOf {
branch '1.5.x'
not { triggeredBy 'UpstreamCause' }
}
}
parallel {
stage("test: baseline") {
agent {