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 =
18
18
? `:white_check_mark: Success (${ passedTests } / ${ totalTests } Passed)`
19
19
: `:x: Failure (${ passedTests } / ${ totalTests } Passed)` ;
20
20
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 ;
23
23
const goCdServer = process . env . GOCD_SERVER ;
24
24
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` ;
26
26
27
27
const slackMessage = {
28
28
text : `Dev11, CMA SDK Full Sanity
You can’t perform that action at this time.
0 commit comments