From 932d7a76f86fb88c2b2aa484dbbcd00cf6ecd487 Mon Sep 17 00:00:00 2001 From: "harshitha.d" Date: Tue, 19 Nov 2024 11:18:56 +0530 Subject: [PATCH] changes const variable name --- sanity-report-dev11.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sanity-report-dev11.js b/sanity-report-dev11.js index a76006c6..4fa9460e 100644 --- a/sanity-report-dev11.js +++ b/sanity-report-dev11.js @@ -33,7 +33,7 @@ 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`; +const reportUrl = `http://${goCdServer}/go/files/${pipelineName}/${pipelineCounter}/sanity/1/sanity/test-results/tap-html.html`; const slackMessage = { text: `Dev11, CDA SDK Full Sanity