From 198596d5e6074ee5d2f9bd6fe29083354f0cc785 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Mon, 27 Aug 2018 20:03:00 -0400 Subject: [PATCH] fix access to CHANGE_ID MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ci/Jenkinsfile.combined | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Jenkinsfile.combined b/ci/Jenkinsfile.combined index 4785c601fa..0fe6cd5df0 100644 --- a/ci/Jenkinsfile.combined +++ b/ci/Jenkinsfile.combined @@ -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! " )+