forked from bcgov/HMCR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yo-rc.json
54 lines (54 loc) · 1.37 KB
/
.yo-rc.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
{
"generator-bcdk": {
"promptValues": {
"modules": {
"jenkins": {
"path": ".jenkins",
"name": "jenkins",
"namespace": "d3d940-tools",
"version": "1.0.0",
"environments": {
"build": {
"namespace": "d3d940-tools"
},
"dev": {
"namespace": "d3d940-tools"
},
"prod": {
"namespace": "d3d940-tools"
}
},
"jenkinsJobName": "_jenkins",
"github_owner": "bcgov",
"github_repo": "HMCR",
"jenkinsFilePath": ".jenkins/Jenkinsfile",
"uuid": "6c39d7be-4946-4503-a7c1-ede34077d714"
},
".": {
"name": "hmr",
"version": "1.0.0",
"path": ".",
"environments": {
"build": {
"namespace": "d3d940-tools"
},
"dev": {
"namespace": "d3d940-dev"
},
"test": {
"namespace": "d3d940-test"
},
"prod": {
"namespace": "d3d940-prod"
}
},
"jenkinsJobName": "hmr",
"github_owner": "bcgov",
"github_repo": "HMCR",
"jenkinsFilePath": "Jenkinsfile",
"uuid": "ec41bd05-a3ea-4766-952c-21b768acf8ca"
}
}
}
}
}