diff --git a/Jenkinsfile b/Jenkinsfile index e3257e6eb..71e0cf6a5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -42,7 +42,7 @@ pipeline { } stage('Release to artifactory with docs') { when { - anyOf { branch 'master' ; branch '2.1.x' ; branch '1.31.x' } + branch 'master' } agent { docker {