Permalink
Browse files
Help ensure cleanup on errors.
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
Jenkinsfile
|
@@ -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}" |
|
|