Skip to content

Commit 1b3843a

Browse files
Merge pull request #248 from contentstack/fix/slack-notification-envs
changes const variable name
2 parents 8d3a2f3 + 932d7a7 commit 1b3843a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sanity-report-dev11.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const pipelineName = process.env.GO_PIPELINE_NAME;
3333
const pipelineCounter = process.env.GO_PIPELINE_COUNTER;
3434
const goCdServer = process.env.GOCD_SERVER;
3535

36-
const reportUrl = `http://${goCdServer}/go/files/${pipelineName}/${buildNumber}/sanity/1/sanity/test-results/tap-html.html`;
36+
const reportUrl = `http://${goCdServer}/go/files/${pipelineName}/${pipelineCounter}/sanity/1/sanity/test-results/tap-html.html`;
3737

3838
const slackMessage = {
3939
text: `Dev11, CDA SDK Full Sanity

0 commit comments

Comments
 (0)