#870 - Create CI job.

This commit is contained in:
Greg Turnquist
2019-09-30 14:16:28 -05:00
parent 834a082456
commit b09c6dd705

4
Jenkinsfile vendored
View File

@@ -15,7 +15,7 @@ pipeline {
stage("Test") {
when {
anyOf {
branch 'master'
branch '2.2.x'
not { triggeredBy 'UpstreamCause' }
}
}
@@ -38,7 +38,7 @@ pipeline {
stage('Build project & BOM then release to artifactory') {
when {
anyOf {
branch 'master'
branch '2.2.x'
not { triggeredBy 'UpstreamCause' }
}
}