테스트

This commit is contained in:
정훈 변
2024-08-01 15:59:19 +09:00
parent 1866c87f8c
commit b521f7cc69
2 changed files with 9 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ version_update:
if [ ${#different_names[@]} -gt 0 ]; then if [ ${#different_names[@]} -gt 0 ]; then
echo "" && echo "" echo "" && echo ""
echo "아래 항목에 대해서 CI 작업을 시작합니다!" && echo "" echo "아래 항목에 대해서 CI 작업을 시작합니다!" && echo ""
curl -i -X POST -H 'Content-Type: application/json' -d "{ curl -X POST -H 'Content-Type: application/json' -d "{
\"username\": \"CI/CD\", \"username\": \"CI/CD\",
\"icon_url\": \"https://www.claranet.com/br/sites/all/assets/br/cicd-icon.svg\", \"icon_url\": \"https://www.claranet.com/br/sites/all/assets/br/cicd-icon.svg\",
\"attachments\": [{ \"attachments\": [{

View File

@@ -6,5 +6,13 @@
{ {
"name":"exemone_kafka_agent", "name":"exemone_kafka_agent",
"version":"1.0.9" "version":"1.0.9"
},
{
"name":"exemone_test_agent",
"version":"1.0.4"
},
{
"name":"exemone_cicd_agent",
"version":"1.0.2"
} }
] ]