Release documentation for either releases or 3.x branch.

This commit is contained in:
Greg L. Turnquist
2021-12-14 09:15:13 -06:00
parent 9a9841a5de
commit 9f80669f9f

5
Jenkinsfile vendored
View File

@@ -198,7 +198,10 @@ pipeline {
stage('Release documentation') {
when {
branch 'release-3.x'
anyOf {
branch '3.x'
branch 'release-3.x'
}
}
agent {
docker {