Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
do not call error in fail()
Browse files Browse the repository at this point in the history
  • Loading branch information
francoilol committed Oct 9, 2017
1 parent a74eb06 commit 29267f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ def fail(reason) {
message: "Build #${env.BUILD_NUMBER} of <${env.BUILD_URL}|${env.JOB_NAME}>${pr_branch} failed (<${env.BUILD_URL}/console|console>, <${env.BUILD_URL}/changes|changes>)\nCause: ${reason}"
channel: '#lisk-nano-jenkins'
currentBuild.result = 'FAILURE'
error("${reason}")
}

node('lisk-nano') {
Expand Down

0 comments on commit 29267f4

Please sign in to comment.