Skip to content
Snippets Groups Projects
Commit 68585b41 authored by Martin Heistermann's avatar Martin Heistermann
Browse files

deubg

parent cfad4967
Branches
Tags
No related merge requests found
Pipeline #9057 failed
...@@ -85,6 +85,8 @@ ensure-job-added: ...@@ -85,6 +85,8 @@ ensure-job-added:
script: script:
- | - |
route="${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/pipelines/${CI_PIPELINE_ID}/jobs" route="${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/pipelines/${CI_PIPELINE_ID}/jobs"
echo "$route"
count=`curl --silent "$route" | jq '.'
count=`curl --silent "$route" | jq 'map(select(.name | contains("component job of vs22-x64"))) | length'` count=`curl --silent "$route" | jq 'map(select(.name | contains("component job of vs22-x64"))) | length'`
if [ "$count" != "1" ]; then if [ "$count" != "1" ]; then
echo "Count $count" echo "Count $count"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment