Skip to content
This repository was archived by the owner on May 14, 2018. It is now read-only.

Commit fe9515a

Browse files
committed
Use env
1 parent cca7b7c commit fe9515a

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
@@ -16,7 +16,7 @@ pipeline {
1616
script {
1717
build job: "integration/master", parameters: [
1818
text(name: "COMMIT_MESSAGE", value: GIT_COMMIT_MESSAGE),
19-
string(name: "HACK_PR", value: "${CHANGE_ID}"),
19+
string(name: "HACK_PR", value: env.CHANGE_ID),
2020
string(name: "CELL_NUMBER", value: CELL_NUMBER)
2121
]
2222
}

0 commit comments

Comments
 (0)