Skip to content

Commit 6f1f877

Browse files
author
R. Tyler Croy
authored
Merge pull request #50 from ArtikUA/patch-2
Add build url to fail e-mail message
2 parents 666e5e3 + 54c8f61 commit 6f1f877

File tree

1 file changed

+1
-1
lines changed
  • jenkinsfile-examples/nodejs-build-test-deploy-docker-notify

1 file changed

+1
-1
lines changed

jenkinsfile-examples/nodejs-build-test-deploy-docker-notify/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ node('node') {
7777

7878
currentBuild.result = "FAILURE"
7979

80-
mail body: "project build error: ${err}" ,
80+
mail body: "project build error is here: ${env.BUILD_URL}" ,
8181
8282
replyTo: '[email protected]',
8383
subject: 'project build failed',

0 commit comments

Comments
 (0)