We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent745f151 commit74ef22dCopy full SHA for 74ef22d
Jenkinsfile
@@ -80,7 +80,7 @@ pipeline {
80
if(currentBuild.resultIsBetterOrEqualTo('SUCCESS')) {
81
slackSendchannel:'#ci_oss',color:'#008000',tokenCredentialId:'Slack_IntegrationToken',message:"${env.JOB_NAME} has recovered at${env.BUILD_NUMBER} status:${currentBuild.currentResult} (<${env.BUILD_URL}|Open>)"
82
}
83
-if(currentBuild.resultIsWorseOrEqualTo('FAILURE')) {
+if(currentBuild.resultIsWorseOrEqualTo('UNSTABLE')) {
84
slackSendchannel:'#ci_oss',color:'#800000',tokenCredentialId:'Slack_IntegrationToken',message:"${env.JOB_NAME} has failed at${env.BUILD_NUMBER} status:${currentBuild.currentResult} (<${env.BUILD_URL}|Open>)"
85
86