Only release against release-3.x branch.

Resolves #1171.
This commit is contained in:
Greg L. Turnquist
2020-12-01 14:25:58 -06:00
parent 119e61a2ff
commit 3228e5bfcb

4
Jenkinsfile vendored
View File

@@ -212,7 +212,7 @@ pipeline {
}
stage('Promote to Bintray') {
when {
branch 'release'
branch 'release-3.x'
}
agent {
docker {
@@ -246,7 +246,7 @@ pipeline {
}
stage('Sync to Maven Central') {
when {
branch 'release'
branch 'release-3.x'
}
agent {
docker {