forked from bcgov/schoolbus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yo-rc.json
56 lines (56 loc) · 1.42 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
55
56
{
"@bcgov/generator-bcdk": {
"promptValues": {
"modules": {
"jenkins": {
"path": ".jenkins",
"name": "jenkins",
"namespace": "e82e9a-tools",
"version": "1.0.0",
"environments": {
"build": {
"namespace": "e82e9a-tools"
},
"dev": {
"namespace": "e82e9a-tools"
},
"prod": {
"namespace": "e82e9a-tools"
}
},
"jenkinsJobName": "_jenkins",
"github_owner": "bcgov",
"github_repo": "schoolbus",
"jenkinsFilePath": ".jenkins/Jenkinsfile",
"uuid": "34e1a65d-8afd-4cc9-8239-7f3f9ec92ba7"
},
"\".\"": {
"name": "schoolbus",
"version": "1.4.0",
"path": ".",
"environments": {
"build": {
"namespace": "e82e9a-tools"
},
"dev": {
"namespace": "e82e9a-dev"
},
"test": {
"namespace": "e82e9a-test"
},
"prod": {
"namespace": "e82e9a-prod"
}
}
},
".": {
"jenkinsJobName": "sbi",
"github_owner": "bcgov",
"github_repo": "schoolbus",
"jenkinsFilePath": "Jenkinsfile",
"uuid": "90775697-f0de-4236-9ad3-711741baf0c5"
}
}
}
}
}