Skip to content
Snippets Groups Projects
Commit f556a6b2 authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Fixed typo

parent bc95ec61
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ node('local') {
}
} catch (e) {
if(currentBuild.result = null || "FAILED".equals(currentBuild.result)) {
if(currentBuild.result == null || "FAILED".equals(currentBuild.result)) {
currentBuild.result = "FAILED"
}
slackSend (color: '#FF0000', message: "${currentBuild.result}: Job '${env.JOB_NAME} #${env.BUILD_NUMBER}' (<${env.BUILD_URL}|Open>)", channel: '#biopet-bot', teamDomain: 'lumc', tokenCredentialId: 'lumc')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment