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

truongbb - test ci

parent c6a4faa7
Pipeline #368 failed with stages
in 58 seconds
......@@ -56,9 +56,9 @@ sub_sonar-scan(){
# bodyRes=$(echo $body | jq '.bodyRes')
# echo $code
# echo "body: "$bodyRes
res = $( curl --request POST \
res=$( curl --request POST \
--url http://192.168.1.210:9000/api/qualitygates/project_status?projectKey=spring-ci \
--header 'cache-control: no-cache' --header 'content-type: application/json')
--header 'cache-control: no-cache' --header 'content-type: application/json' | jq)
echo "${res}"
}
......
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