We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b5413d + d920775 commit e504372Copy full SHA for e504372
monitor-openqa_job
@@ -31,7 +31,7 @@ declare -A failed_versions
31
failed_jobs=()
32
for job_id in $(job_ids job_post_response); do
33
log-info "Waiting for job $job_id to finish"
34
- $openqa_cli monitor --follow --poll-interval "$sleep_time" "$job_id"
+ $openqa_cli monitor --host "$host" --follow --poll-interval "$sleep_time" "$job_id"
35
response=$($openqa_cli api --host "$host" jobs/"$job_id")
36
result=$(echo "$response" | jq -r '.job.result')
37
log-info "Result of job $job_id: $result"
0 commit comments