SGF-869 - Polishing.

This commit is contained in:
Greg Turnquist
2019-09-30 14:29:08 -05:00
parent e449eda5b3
commit 6f4cc2845b

2
Jenkinsfile vendored
View File

@@ -39,7 +39,7 @@ pipeline {
stage('Release to artifactory') {
when {
anyOf {
branch '2.2.x`'
branch '2.2.x'
not { triggeredBy 'UpstreamCause' }
}
}