Skip to content

Fix script to fail pipeline early

Albert Salim requested to merge fix-get-job-id-script-for-fail-fast into master

What does this MR do?

Fix script to fail pipeline early by fixing underlying get_job_id script.

jq prints "null" for non-existent attribute, so get_job_id needs to check for "null" explicitly, instead of an empty string.

This addresses feedback thread on rspec fail-fast

Merge request reports

Loading