DATACMNS-1536 - Only watch master branch.
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -42,7 +42,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Release to artifactory with docs') {
|
stage('Release to artifactory with docs') {
|
||||||
when {
|
when {
|
||||||
anyOf { branch 'master' ; branch '2.1.x' ; branch '1.31.x' }
|
branch 'master'
|
||||||
}
|
}
|
||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
|
|||||||
Reference in New Issue
Block a user