Commit 1b47f59d authored by Bùi Bá Trường's avatar Bùi Bá Trường

truongbb - test ci

parent fb76837b
Pipeline #381 failed with stages
in 21 seconds
...@@ -52,8 +52,11 @@ sub_quality-gate(){ ...@@ -52,8 +52,11 @@ sub_quality-gate(){
then then
# TODO - Fail quality gate --> stop pipeline??? # TODO - Fail quality gate --> stop pipeline???
echo "*******QUALITY GATE FAILED!**********" echo "*******QUALITY GATE FAILED!**********"
return 0
else
echo "*******QUALITY GATE PASSED!**********"
return 1
fi fi
return ${qualityGateStatus}
} }
sub_build-up(){ sub_build-up(){
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment