fix access to CHANGE_ID
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
76e9501541
commit
198596d5e6
|
@ -62,7 +62,7 @@ pipeline {
|
|||
steps { script {
|
||||
slackSend(
|
||||
message: (
|
||||
(CHANGE_ID != null ?
|
||||
(env.CHANGE_ID != null ?
|
||||
"Build PR #${BRANCH_NAME}(${CHANGE_BRANCH}) success! " :
|
||||
"Build ${params.BUILD_TYPE} success! "
|
||||
)+
|
||||
|
|
Loading…
Reference in New Issue