send jenkins blue ocean url by mail
This commit is contained in:
parent
4fd4d2a29d
commit
ec1c26af64
|
@ -7,7 +7,7 @@ def call() {
|
||||||
mail(
|
mail(
|
||||||
to: env.COMMITTER_EMAIL,
|
to: env.COMMITTER_EMAIL,
|
||||||
subject: "Pipeline: ${env.JOB_NAME} (${env.BUILD_NUMBER}): ${currentBuild.currentResult}",
|
subject: "Pipeline: ${env.JOB_NAME} (${env.BUILD_NUMBER}): ${currentBuild.currentResult}",
|
||||||
body: "Check status at ${env.BUILD_URL}"
|
body: "Check status at ${env.RUN_DISPLAY_URL}"
|
||||||
)
|
)
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
echo e.toString()
|
echo e.toString()
|
||||||
|
|
Loading…
Reference in New Issue