From cdff8ad79ff3386dad6bcdb2be4987d0a7d17bf5 Mon Sep 17 00:00:00 2001 From: "harshitha.d" Date: Tue, 19 Nov 2024 10:53:24 +0530 Subject: [PATCH] change envs for slack notification --- sanity-report-dev11.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sanity-report-dev11.js b/sanity-report-dev11.js index f46a046e..a76006c6 100644 --- a/sanity-report-dev11.js +++ b/sanity-report-dev11.js @@ -29,8 +29,8 @@ const resultMessage = ? `:white_check_mark: Success (${passedTests} / ${totalTests} Passed)` : `:x: Failure (${passedTests} / ${totalTests} Passed)`; -const pipelineName = process.env.GOCD_PIPELINE_NAME; -const buildNumber = process.env.GOCD_PIPELINE_LABEL; +const pipelineName = process.env.GO_PIPELINE_NAME; +const pipelineCounter = process.env.GO_PIPELINE_COUNTER; const goCdServer = process.env.GOCD_SERVER; const reportUrl = `http://${goCdServer}/go/files/${pipelineName}/${buildNumber}/sanity/1/sanity/test-results/tap-html.html`;