File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ const resultMessage =
1818 ? `:white_check_mark: Success (${ passedTests } / ${ totalTests } Passed)`
1919 : `:x: Failure (${ passedTests } / ${ totalTests } Passed)` ;
2020
21- const pipelineName = process . env . GOCD_PIPELINE_NAME ;
22- const buildNumber = process . env . GOCD_PIPELINE_LABEL ;
21+ const pipelineName = process . env . GO_PIPELINE_NAME ;
22+ const pipelineCounter = process . env . GO_PIPELINE_COUNTER ;
2323const goCdServer = process . env . GOCD_SERVER ;
2424
25- const reportUrl = `http://${ goCdServer } /go/files/${ pipelineName } /${ buildNumber } /sanity/1/sanity/test-results/mochawesome-report/sanity-report.html` ;
25+ const reportUrl = `http://${ goCdServer } /go/files/${ pipelineName } /${ pipelineCounter } /sanity/1/sanity/test-results/mochawesome-report/sanity-report.html` ;
2626
2727const slackMessage = {
2828 text : `Dev11, CMA SDK Full Sanity
You can’t perform that action at this time.
0 commit comments