Skip to content

Commit 7ed680f

Browse files
committed
Switch to using CHANGE_TARGET env variable to determine the indicator
1 parent a193fce commit 7ed680f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ pipeline {
66

77
environment {
88
// Get the indicator name.
9-
INDICATOR = env.BRANCH_NAME.replaceAll("deploy-", "")
9+
// INDICATOR = env.BRANCH_NAME.replaceAll("deploy-", "")
10+
INDICATOR = env.CHANGE_TARGET.replaceAll("deploy-", "")
1011
}
1112

1213
stages {

0 commit comments

Comments
 (0)