Skip to content

Commit

Permalink
Modify preview env match
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeacom committed Oct 11, 2018
1 parent a7047a9 commit dfe75c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit dfe75c4

Please sign in to comment.