Commit 8351d414 authored by Lin Jen-Shin's avatar Lin Jen-Shin Committed by Mark Lapierre

Attach CI_JOB_URL to json report as well

parent 96cca28b
......@@ -90,8 +90,8 @@ module QA
ENV['GITLAB_QA_ADMIN_ACCESS_TOKEN']
end
def ci_job_id
ENV['CI_JOB_ID']
def ci_job_url
ENV['CI_JOB_URL']
end
def ci_project_name
......
......@@ -51,7 +51,7 @@ module QA
testcase: example.metadata[:testcase],
quarantine: example.metadata[:quarantine],
screenshot: example.metadata[:screenshot],
ci_job_id: QA::Runtime::Env.ci_job_id
ci_job_url: QA::Runtime::Env.ci_job_url
}
end
......
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