[eclipse/xtext#1429] Configure failOnError=false for slackSend

Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
This commit is contained in:
Karsten Thoms 2019-04-05 18:14:47 +02:00
parent 3ce424ea8d
commit 4af2d1e54c

View file

@ -64,7 +64,7 @@ pipeline {
color = '#FF0000'
}
slackSend message: "${curResult}: <${env.BUILD_URL}|${env.JOB_NAME}#${env.BUILD_NUMBER}${envName}>", botUser: true, channel: 'xtext-builds', color: "${color}"
slackSend message: "${curResult}: <${env.BUILD_URL}|${env.JOB_NAME}#${env.BUILD_NUMBER}${envName}>", botUser: true, channel: 'xtext-builds', color: "${color}", failOnError: false
}
}
}