-
Notifications
You must be signed in to change notification settings - Fork 0
/
Spinnaker.json
134 lines (133 loc) · 3.96 KB
/
Spinnaker.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"name": "this-demo-project",
"id": "this-demo-project72bd4236-70ae-4a7a-aa26-1cf29b16ae96",
"application": "this-demo-project",
"appConfig": {},
"description": "",
"executionEngine": "v2",
"keepWaitingPipelines": false,
"lastModifiedBy": "anonymous",
"limitConcurrent": true,
"parallel": true,
"parameterConfig": [],
"stages": [
{
"evaluateOverrideExpressions": true,
"expectedArtifacts": [
{
"defaultArtifact": {
"customKind": true,
"id": "bab6b03a-4ffe-4f4f-ac56-fcf97718ed02"
},
"displayName": "DeploymentArtifact",
"id": "09fd68bc-f5b7-4473-9e22-63697a3a318e",
"matchArtifact": {
"artifactAccount": "embedded-artifact",
"customKind": false,
"id": "e73da4ae-2acb-4cc6-96c0-198c72aa903f",
"name": "this-demo-project",
"type": "embedded/base64"
},
"useDefaultArtifact": false,
"usePriorArtifact": false
}
],
"inputArtifacts": [
{
"account": "s3-museum-no-slash",
"artifact": {
"artifactAccount": "s3-museum-no-slash",
"id": "e3ab2cfd-2f89-4809-823b-47655d7278c8",
"name": "this-demo-project",
"type": "helm/chart"
}
}
],
"name": "Bake (Manifest)",
"namespace": "default",
"notifications": [
{
"address": "spinnaker-spam",
"level": "stage",
"message": {
"stage.complete": {
"text": ""
}
},
"type": "slack",
"when": [
"stage.complete",
"stage.failed"
]
}
],
"outputName": "this-demo-project",
"overrides": {},
"refId": "1",
"requisiteStageRefIds": [],
"sendNotifications": true,
"templateRenderer": "HELM3",
"type": "bakeManifest"
},
{
"account": "my-k8s-account",
"cloudProvider": "kubernetes",
"manifestArtifactId": "09fd68bc-f5b7-4473-9e22-63697a3a318e",
"moniker": {
"app": "this-demo-project"
},
"name": "Deploy (Manifest)",
"namespaceOverride": "default",
"notifications": [
{
"address": "spinnaker-spam",
"level": "stage",
"type": "slack",
"when": [
"stage.complete",
"stage.failed"
]
}
],
"refId": "2",
"requiredArtifactIds": [
],
"requiredArtifacts": [
{
"artifact": {
"artifactAccount": "docker-registry",
"id": "a25a7862-befb-4ee9-a04b-b0703a34579a",
"name": "855430746673.dkr.ecr.us-east-1.amazonaws.com/this-demo-project",
"reference": "855430746673.dkr.ecr.us-east-1.amazonaws.com/this-demo-project",
"type": "docker/image"
}
}
],
"requisiteStageRefIds": [
"1"
],
"sendNotifications": true,
"skipExpressionEvaluation": false,
"source": "artifact",
"trafficManagement": {
"enabled": true,
"options": {
"enableTraffic": true,
"namespace": "default",
"services": [],
"strategy": "redblack"
}
},
"type": "deployManifest"
}
],
"triggers": [
{
"enabled": true,
"job": "this-demo-project/job/prod-pipe",
"master": "my-jenkins-master",
"type": "jenkins"
}
],
"updateTs": "1602183591000"
}