-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.json
51 lines (51 loc) · 1.28 KB
/
config.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
{
"confluence": {
"host": "http://confluence.com",
"space": "YDP",
"parent": "Omgevingen",
"page_name": "Versie Overzicht"
},
"bitbucket":{
"host": "http://bitbucket.com"
},
"jenkins": {
"host": "http://jenkins.io"
},
"jira": {
"project-key": "YDP"
},
"environments": {
"tst": [10,11,20,21,30,31],
"acc": [10]
},
"components": [
{
"name": "FrontEnd",
"repo_key": "my_frontend",
"scm_version_prefix": "my-frontend-",
"jenkins_job": "/jenkins/blue/organisations/jenkins/00-my-frontend-deploy/activity",
"version": {
"version_info": "http://127.0.0.1:5000/No"
}
},
{
"name": "Massaal",
"repo_key": "my_massaal",
"scm_version_prefix": "my-massaal-",
"jenkins_job": "/jenkins/blue/organisations/jenkins/00-my-massaal-deploy/activity",
"version": {
"version_info": "http://127.0.0.1:5000/"
}
},
{
"name": "interface-stub",
"repo_key": "interface_stub",
"scm_version_prefix": "interface-stub-",
"jenkins_job": "/jenkins/blue/organisations/jenkins/10-interface-stub-deploy/activity",
"version": {
"version_info": "http://127.0.0.1:5000/"
},
"unavailable": ["tst_10", "tst_11", "acc_10"]
}
]
}