Skip to content

Commit dfe75c4

Browse files
committed
Modify preview env match
1 parent a7047a9 commit dfe75c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pipeline {
1010
stages {
1111
stage('CI Build and push snapshot') {
1212
when {
13-
branch 'grants'
13+
branch 'PR-2393'
1414
}
1515
environment {
1616
PREVIEW_VERSION = "0.0.0-SNAPSHOT-$BRANCH_NAME-$BUILD_NUMBER"

0 commit comments

Comments
 (0)