-
Notifications
You must be signed in to change notification settings - Fork 9
/
.yo-rc.json
54 lines (54 loc) · 1.39 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",
"namespace": "55b94d-tools",
"name": "jenkins",
"version": "1.0.0",
"environments": {
"build": {
"namespace": "55b94d-tools"
},
"dev": {
"namespace": "55b94d-tools"
},
"prod": {
"namespace": "55b94d-tools"
}
},
"jenkinsJobName": "_jenkins",
"github_owner": "bcgov",
"github_repo": "TransAction",
"jenkinsFilePath": ".jenkins/Jenkinsfile",
"uuid": "3b305278-a27a-4cbb-a29c-508b8294839f"
},
"main": {
"name": "main",
"version": "1.0.0",
"path": ".",
"environments": {
"build": {
"namespace": "55b94d-tools"
},
"dev": {
"namespace": "55b94d-dev"
},
"test": {
"namespace": "55b94d-test"
},
"prod": {
"namespace": "55b94d-prod"
}
},
"jenkinsJobName": "TransAction",
"github_owner": "bcgov",
"github_repo": "TransAction",
"jenkinsFilePath": "Jenkinsfile",
"uuid": "1a1f7df5-40d5-4647-bdbc-7c017210e12d"
}
}
}
}
}