send jenkins blue ocean url by mail

This commit is contained in:
Juan Ferrer 2024-02-23 19:08:37 +01:00
parent 4fd4d2a29d
commit ec1c26af64
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ def call() {
mail(
to: env.COMMITTER_EMAIL,
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) {
echo e.toString()