Skip to content

Commit

Permalink
Update .ci/e2e-synthetics.groovy
Browse files Browse the repository at this point in the history
Co-authored-by: cachedout <mike.place@elastic.co>
  • Loading branch information
v1v and cachedout committed Nov 19, 2021
1 parent 9f53bb6 commit 0470d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/e2e-synthetics.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pipeline {
notifyStatus(slackStatus: 'danger', subject: "[${env.REPO}] e2e failed", body: "(<${env.RUN_DISPLAY_URL}|Open>)")
}
success {
notifyStatus(slackStatus: 'good', subject: "[${env.REPO}] e2e ran successfully", body: "Great news, the e2e for synthetics has been done successfully. (<${env.RUN_DISPLAY_URL}|Open>).")
notifyStatus(slackStatus: 'good', subject: "[${env.REPO}] e2e ran successfully", body: "Great news, the e2e for synthetics has finished successfully. (<${env.RUN_DISPLAY_URL}|Open>).")
}
}
}
Expand Down

0 comments on commit 0470d25

Please sign in to comment.