1
0

Добавление отправки результатов сборки в почту и телеграм

This commit is contained in:
Nikita Fedkin
2022-05-20 20:49:35 +03:00
parent 2822b6c323
commit 25facc91fc
23 changed files with 910 additions and 10 deletions

View File

@@ -31,5 +31,26 @@
"publishToAllureReport": false,
"publishToJUnitReport": true
},
"notifications": {
"email": {
"onAlways": true,
"alwaysOptions": {
"attachLog": true,
"directRecipients": [
"1@1.com",
"2@1.com"
]
},
"failureOptions": {
"recipientProviders": [
"developers"
]
}
},
"telegram": {
"onAlways": false,
"onFailure": true
}
},
"logosConfig": "logger.rootLogger=DEBUG"
}