We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f99619 commit 52a0b43Copy full SHA for 52a0b43
ci/release/Jenkinsfile
@@ -218,7 +218,9 @@ pipeline {
218
}
219
post {
220
always {
221
- notifyBuildResult notifySuccessAfterSuccess: true, maintainers: '[email protected]'
+ configFileProvider([configFile(fileId: 'job-configuration.yaml', variable: 'JOB_CONFIGURATION_FILE')]) {
222
+ notifyBuildResult maintainers: (String) readYaml(file: env.JOB_CONFIGURATION_FILE).notification?.email?.recipients
223
+ }
224
225
226
0 commit comments