Skip to content
Snippets Groups Projects
Commit 2fcbd461 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Update message for post steps

parent aa19da2e
No related branches found
No related tags found
1 merge request!1Feat1
Pipeline #3172 failed with stage
in 0 seconds
...@@ -58,11 +58,11 @@ ...@@ -58,11 +58,11 @@
post { post {
success { success {
updateGitlabCommitStatus name: 'Build image', state: 'success' updateGitlabCommitStatus name: 'Build image', state: 'success'
echo 'build ood image success' echo 'build image success'
} }
failure { failure {
updateGitlabCommitStatus name: 'Build image', state: 'failed' updateGitlabCommitStatus name: 'Build image', state: 'failed'
echo 'build ood image failed' echo 'build image failed'
} }
} }
} }
......
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