forked from NileshVirkar/CPP_COVERAGE_SAMPLE
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrepository-configuration.json
86 lines (86 loc) · 1.6 KB
/
repository-configuration.json
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"gammaAccess": {
"url": "http://192.168.2.91:3000/",
"token": "eyJhbGciOiJFUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MTYzNDUzODE0Njk5OCwiaWF0IjoxNjM0NTM4MTQ2fQ.EGJmp8c-ncvolm-JKkPDCXrd-HO1RH-e58Gj939IW36MeVMg0q95FZIH8RVK0TPH-eEa15w58vOkSptesvJg2Q"
},
"repositories": [
{
"dataDir": "$WORKSPACE/temp",
"repository": {
"uid": "b5d4481721ddc00733e35bed6e5f804c",
"projectName": "cwa",
"languages": [
"CPP"
],
"sources": {
"baseDir": "/var/jenkins_home/jobs/cicdwrapper/workspace",
"exclusions": []
}
},
"settings": {
"additionalOptions": [],
"includePaths": []
},
"modules": {
"codeissues": [
{
"name": "gamma_cxx",
"enabled": true,
"config": {
"rules": [],
"options": []
}
}
],
"unittest": [
{
"name": "gtest",
"enabled": true,
"config": {
"rules": [],
"options": [
{
"name": "reportDir",
"type": "upload",
"value": "",
"required": true
}
]
}
}
],
"coverage": [
{
"name": "gcov",
"enabled": true,
"config": {
"rules": [],
"options": [
{
"name": "reportDir",
"type": "upload",
"value": "/var/jenkins_home/jobs/cicdwrapper/workspace",
"required": true
}
]
}
}
],
"relevance": [
{
"name": "relevance",
"config": {
"rules": [],
"options": [
{
"name": "mode",
"value": "git"
}
]
}
}
]
}
}
]
}