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

Commit 1279bc6

Browse files
committed
Pass hack commit as parameter
1 parent fe9515a commit 1279bc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ pipeline {
1616
script {
1717
build job: "integration/master", parameters: [
1818
text(name: "COMMIT_MESSAGE", value: GIT_COMMIT_MESSAGE),
19+
string(name: "HACK_COMMIT", value: GIT_COMMIT),
1920
string(name: "HACK_PR", value: env.CHANGE_ID),
2021
string(name: "CELL_NUMBER", value: CELL_NUMBER)
2122
]

0 commit comments

Comments
 (0)