-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathgitlab-cicd.json
More file actions
53 lines (53 loc) · 1.51 KB
/
gitlab-cicd.json
File metadata and controls
53 lines (53 loc) · 1.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"@context": "https://w3id.org/everse/rs#",
"@id": "https://w3id.org/everse/tools/gitlab_cicd",
"@type": "SoftwareApplication",
"applicationCategory": {
"@id": "rs:ResearchInfrastructureSoftware",
"@type": "@id"
},
"description": "Integrated continuous integration and deployment platform that automates research software testing, building, and deployment workflows, improving software reliability and sustainability through comprehensive DevOps practices.",
"hasQualityDimension": [
{
"@id": "dim:sustainability",
"@type": "@id"
},
{
"@id": "dim:reliability",
"@type": "@id"
}
],
"improvesQualityIndicator": [
{
"@id": "https://w3id.org/everse/i/indicators/repository_workflows",
"@type": "@id"
},
{
"@id": "https://w3id.org/everse/i/indicators/software_has_tests",
"@type": "@id"
},
{
"@id": "https://w3id.org/everse/i/indicators/has_ci-tests",
"@type": "@id"
}
],
"howToUse": ["CI/CD", "command-line", "online-service"],
"isAccessibleForFree": false,
"license": "https://spdx.org/licenses/MIT",
"name": "GitLab CICD",
"url": "https://docs.gitlab.com/ci/",
"improvesQualityIndicator": [
{
"@id": "https://w3id.org/everse/i/indicators/repository_workflows",
"@type": "@id"
},
{
"@id": "https://w3id.org/everse/i/indicators/software_has_tests",
"@type": "@id"
},
{
"@id": "https://w3id.org/everse/i/indicators/has_ci-tests",
"@type": "@id"
}
]
}