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 5e42fa6 commit 0c7b52cCopy full SHA for 0c7b52c
ci/release/Jenkinsfile
@@ -218,7 +218,9 @@ pipeline {
218
}
219
post {
220
always {
221
- notifyBuildResult notifySuccessAfterSuccess: true, maintainers: 'davide@hibernate.org'
+ 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