#1317 - Mend Jenkinsfile for 1.1.x branch.

This commit is contained in:
Greg L. Turnquist
2020-07-01 12:07:26 -05:00
parent c9209d56ed
commit dff0699861

2
Jenkinsfile vendored
View File

@@ -169,7 +169,7 @@ pipeline {
stage('Release documentation') {
when {
anyOf {
branch 'master'
branch '1.1.x'
branch 'release'
}
}