forked from bcgov/hets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yo-rc.json
49 lines (49 loc) · 1.16 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
{
"@bcgov/generator-bcdk": {
"promptValues": {
"modules": {
"jenkins": {
"path": ".jenkins",
"name": "jenkins",
"namespace": "",
"version": "1.0.0",
"environments": {
"build": {
"namespace": "e0cee6-tools"
},
"dev": {
"namespace": "e0cee6-dev"
},
"prod": {
"namespace": "e0cee6-prod"
}
},
"jenkinsJobName": "_jenkins",
"github_owner": "bcgov",
"github_repo": "hets",
"jenkinsFilePath": ".jenkins/Jenkinsfile",
"uuid": "aadd0377-f7c0-4035-a9ae-5b4c77748461"
},
".": {
"name": "hets",
"version": "1.0.0",
"path": ".",
"environments": {
"build": {
"namespace": "e0cee6-tools"
},
"dev": {
"namespace": "e0cee6-dev"
},
"test": {
"namespace": "e0cee6-test"
},
"prod": {
"namespace": "e0cee6-prod"
}
}
}
}
}
}
}