feat: send up-and-running mail only when stage isn't DEV

- sendUpAndRunningMail set on process start
feature/DEV-470_2nd
Sven Ketelsen 4 years ago
parent 9a16dc20bf
commit 723db05ded

@ -59,6 +59,10 @@
"type" : "string", "type" : "string",
"classification" : "PRIVATE" "classification" : "PRIVATE"
}, },
"jobs" : {
"type" : "object",
"classification" : "PRIVATE"
},
"key" : { "key" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE" "classification" : "PRIVATE"
@ -91,6 +95,10 @@
"type" : "object", "type" : "object",
"classification" : "PRIVATE" "classification" : "PRIVATE"
}, },
"sendUpAndRunningMail" : {
"type" : "boolean",
"classification" : "PRIVATE"
},
"service" : { "service" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE" "classification" : "PRIVATE"

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save