diff --git a/Jenkinsfile b/Jenkinsfile index d003e1625d5..4682205fc2a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ pipeline { stages { stage('CI Build and push snapshot') { when { - branch 'grants' + branch 'PR-2393' } environment { PREVIEW_VERSION = "0.0.0-SNAPSHOT-$BRANCH_NAME-$BUILD_NUMBER"