forked from bcgov/agri-nmp
-
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
{
"generator-bcdk": {
"promptValues": {
"modules": {
"jenkins": {
"path": ".jenkins",
"name": "nmp-jenkins",
"namespace": "agri-nmp-tools",
"version": "1.0.0",
"environments": {
"build": {
"namespace": "agri-nmp-tools"
},
"dev": {
"namespace": "agri-nmp-tools"
},
"prod": {
"namespace": "agri-nmp-tools"
}
},
"jenkinsJobName": "_jenkins",
"github_owner": "bcgov",
"github_repo": "agri-nmp",
"jenkinsFilePath": ".jenkins/Jenkinsfile",
"uuid": "a4d8b211-33bd-4df5-a7cb-2194019d1e28"
},
"nmp": {
"name": "nmp",
"version": "1.0.0",
"path": ".",
"environments": {
"build": {
"namespace": "agri-nmp-tools"
},
"dev": {
"namespace": "agri-nmp-dev"
},
"test": {
"namespace": "agri-nmp-test"
},
"prod": {
"namespace": "agri-nmp-prod"
}
}
},
".": {
"jenkinsJobName": "nmp",
"github_owner": "bcgov",
"github_repo": "agri-nmp",
"jenkinsFilePath": "Jenkinsfile",
"uuid": "c24e5b83-d86e-49d1-ad31-1d8479daf2c9"
}
}
}
}
}