Commit 24051284 authored by heywon.choi's avatar heywon.choi

test

parent dc31af27
Pipeline #19192 failed with stages
in 4 seconds
...@@ -11,7 +11,7 @@ build: ...@@ -11,7 +11,7 @@ build:
RESPONSE=$(curl -X POST RESPONSE=$(curl -X POST
-F token=$TRIGGER_SWLAB_DOCS -F token=$TRIGGER_SWLAB_DOCS
-F ref=master -F ref=master
https://gitlab.bwg.co.kr/api/v4/projects/951/trigger/pipeline) "https://gitlab.bwg.co.kr/api/v4/projects/951/trigger/pipeline" )
echo "API Response: $RESPONSE" echo "API Response: $RESPONSE"
PIPELINE_ID=$(echo $RESPONSE | jq -r '.[0].id') PIPELINE_ID=$(echo $RESPONSE | jq -r '.[0].id')
echo "Pipeline ID: $PIPELINE_ID" echo "Pipeline ID: $PIPELINE_ID"
......
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