Skip to content
代码片段 群组 项目
未验证 提交 379d3cbb 编辑于 作者: Miranda Fluharty's avatar Miranda Fluharty 提交者: GitLab
浏览文件

Merge branch 'dmytro.golovchenko-master-patch-11572' into 'master'

Fix for issue 465876, added annotations to reports in ci.json

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/155478



Merged-by: default avatarMiranda Fluharty <mfluharty@gitlab.com>
Approved-by: default avatarMiranda Fluharty <mfluharty@gitlab.com>
Reviewed-by: default avatarMiranda Fluharty <mfluharty@gitlab.com>
Co-authored-by: default avatarDmytro Golovchenko <dmytro.golovchenko@luminartech.com>
No related branches found
No related tags found
无相关合并请求
......@@ -259,6 +259,10 @@
"markdownDescription": "Reports will be uploaded as artifacts, and often displayed in the Gitlab UI, such as in merge requests. [Learn More](https://docs.gitlab.com/ee/ci/yaml/#artifactsreports).",
"additionalProperties": false,
"properties": {
"annotations": {
"type": "string",
"description": "Path to JSON file with annotations report."
},
"junit": {
"description": "Path for file(s) that should be parsed as JUnit XML result",
"oneOf": [
......
......@@ -76,3 +76,8 @@ artifacts-access-all:
artifacts-access-invalid-value:
artifacts:
access: random
annotations-report-annotations-not-string:
artifacts:
reports:
annotations: 1
......@@ -63,3 +63,8 @@ artifacts-access-all:
artifacts-access-none:
artifacts:
access: none
annotations-report-annotations-normal:
artifacts:
reports:
annotations: upload_report.json
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册