Create 3.1.x branch.

This commit is contained in:
Greg L. Turnquist
2022-11-21 17:04:20 -06:00
parent d2dfad22ad
commit c858650ce9

4
Jenkinsfile vendored
View File

@@ -179,8 +179,8 @@ pipeline {
stage('Release documentation') {
when {
anyOf {
branch 'main'
branch 'release'
branch '3.1.x'
branch 'release-3.1.x'
}
}
agent {