Skip to content

Commit 8230929

Browse files
committed
Use REPO variable to select viewfile
1 parent 658a3b6 commit 8230929

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ pipeline {
77
label 'x86_64&&brew'
88
}
99
environment {
10-
VIEW = "${env.JOB_NAME.contains('PR-') ? 'lib_xassert_'+env.CHANGE_TARGET : 'lib_xassert_'+env.BRANCH_NAME}"
1110
REPO = 'lib_xassert'
11+
VIEW = "${env.JOB_NAME.contains('PR-') ? REPO+'_'+env.CHANGE_TARGET : REPO+'_'+env.BRANCH_NAME}"
1212
}
1313
options {
1414
skipDefaultCheckout()

0 commit comments

Comments
 (0)