Skip to content

Commit 1173741

Browse files
committed
[#1956] Fix Jenkins pipeline configuration
1 parent 6e02df3 commit 1173741

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci/snapshot-publish.Jenkinsfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ pipeline {
4646
}
4747
post {
4848
always {
49-
configFileProvider([configFile(fileId: 'job-configuration.yaml', variable: 'JOB_CONFIGURATION_FILE')]) {
50-
notifyBuildResult maintainers: (String) readYaml(file: env.JOB_CONFIGURATION_FILE).notification?.email?.recipients
51-
}
49+
always {
50+
notifyBuildResult notifySuccessAfterSuccess: true, maintainers: '[email protected]'
51+
}
5252
}
5353
}
5454
}

0 commit comments

Comments
 (0)