Skip to content

Commit

Permalink
[hibernate#1956] Add maintainers email via Jenkins configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideD committed Sep 18, 2024
1 parent 5e42fa6 commit 0c7b52c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/release/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,9 @@ pipeline {
}
post {
always {
notifyBuildResult notifySuccessAfterSuccess: true, maintainers: '[email protected]'
configFileProvider([configFile(fileId: 'job-configuration.yaml', variable: 'JOB_CONFIGURATION_FILE')]) {
notifyBuildResult maintainers: (String) readYaml(file: env.JOB_CONFIGURATION_FILE).notification?.email?.recipients
}
}
}
}

0 comments on commit 0c7b52c

Please sign in to comment.