From a7047a95d726097538ce878dc5e361fdd8df439d Mon Sep 17 00:00:00 2001 From: Mark Beacom Date: Thu, 11 Oct 2018 08:06:27 -0400 Subject: [PATCH] Modify preview env match --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4a2ec0f5a34..d003e1625d5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ pipeline { stages { stage('CI Build and push snapshot') { when { - branch 'PR-*' + branch 'grants' } environment { PREVIEW_VERSION = "0.0.0-SNAPSHOT-$BRANCH_NAME-$BUILD_NUMBER"