We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 658a3b6 commit 8230929Copy full SHA for 8230929
1 file changed
Jenkinsfile
@@ -7,8 +7,8 @@ pipeline {
7
label 'x86_64&&brew'
8
}
9
environment {
10
- VIEW = "${env.JOB_NAME.contains('PR-') ? 'lib_xassert_'+env.CHANGE_TARGET : 'lib_xassert_'+env.BRANCH_NAME}"
11
REPO = 'lib_xassert'
+ VIEW = "${env.JOB_NAME.contains('PR-') ? REPO+'_'+env.CHANGE_TARGET : REPO+'_'+env.BRANCH_NAME}"
12
13
options {
14
skipDefaultCheckout()
0 commit comments