-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathrepo-config.json
More file actions
35 lines (35 loc) · 970 Bytes
/
repo-config.json
File metadata and controls
35 lines (35 loc) · 970 Bytes
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
{
"id": "webhook-umb-project-config",
"repoFullName": "lampajr/webhook-umb-example",
"repositoryUrl": "https://github.com/lampajr/webhook-umb-example",
"description": "First example showing Github - UMB - Horreum integration",
"authorizedUsers": [
"lampajr",
"johnaohara",
"barreiro"
],
"datastoreApiKey": "CHANGE_ME_HORREUM_API_KEY",
"jobPlatformUser": "admin",
"jobPlatformApiKey": "CHANGE_ME_JENKINS_API_KEY",
"jobs": {
"getting-started": {
"name": "getting-started",
"platformJobId": "getting-started",
"pullRequestNumberParam": "PULL_REQUEST_NUMBER",
"repoFullNameParam": "REPO_FULL_NAME",
"repoCommitParam": "APP_COMMIT",
"datastoreConfig": {
"testId": "10",
"viewId": "2"
},
"configurableParams": {
"UPLOAD_TO_HORREUM": {
"name": "UPLOAD_TO_HORREUM"
},
"APP_COMMIT": {
"name": "APP_COMMIT"
}
}
}
}
}