Skip to content

Commit 54c8f61

Browse files
authored
Update Jenkinsfile
Add build url to fail e-mail message
1 parent cff723d commit 54c8f61

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)