Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6fa9504

Browse files
committed
Changed notification result check from FAILURE to UNSTABLE
1 parent4e2ba5f commit6fa9504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Jenkinsfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ pipeline {
8080
if(currentBuild.resultIsBetterOrEqualTo('SUCCESS')) {
8181
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>)"
8282
}
83-
if(currentBuild.resultIsWorseOrEqualTo('FAILURE')) {
83+
if(currentBuild.resultIsWorseOrEqualTo('UNSTABLE')) {
8484
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>)"
8585
}
8686
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp