Permalink
Browse files
Wrong comment character
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
Jenkinsfile
|
@@ -67,6 +67,6 @@ def handleError(String message){ |
|
|
echo "${message}" |
|
|
currentBuild.setResult("FAILED") |
|
|
slackSend color: 'danger', message: "${message}" |
|
|
#step([$class: 'Mailer', notifyEveryUnstableBuild: true, recipients: 'chris.bynum@levvel.io', sendToIndividuals: true]) |
|
|
//step([$class: 'Mailer', notifyEveryUnstableBuild: true, recipients: 'chris.bynum@levvel.io', sendToIndividuals: true]) |
|
|
sh 'exit 1' |
|
|
} |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.