Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
8351d414
Commit
8351d414
authored
Oct 13, 2020
by
Lin Jen-Shin
Committed by
Mark Lapierre
Oct 13, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Attach CI_JOB_URL to json report as well
parent
96cca28b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
qa/qa/runtime/env.rb
qa/qa/runtime/env.rb
+2
-2
qa/qa/support/json_formatter.rb
qa/qa/support/json_formatter.rb
+1
-1
No files found.
qa/qa/runtime/env.rb
View file @
8351d414
...
...
@@ -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
...
...
qa/qa/support/json_formatter.rb
View file @
8351d414
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment