Skip to content

Commit

Permalink
Help ensure cleanup on errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason Packard committed Sep 14, 2016
1 parent bde6559 commit 1aef07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def performBuild(String project){
}
}

def handleError(String message, string project){
def handleError(String message, String project){
echo "${message}"
currentBuild.setResult("FAILED")
slackSend color: 'danger', message: "${message}"
Expand Down

0 comments on commit 1aef07a

Please sign in to comment.