Skip to content

Commit 59d3dec

Browse files
yrodierebeikov
authored andcommitted
List email addresses for notifications explicitly in JPA/Quarkus Jenkinsfiles
Because this step now runs outside of a node, so it cannot load a configuration file.
1 parent 0e0f743 commit 59d3dec

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

ci/jpa-3.1-tck.Jenkinsfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,7 @@ pipeline {
107107
}
108108
post {
109109
always {
110-
configFileProvider([configFile(fileId: 'job-configuration.yaml', variable: 'JOB_CONFIGURATION_FILE')]) {
111-
notifyBuildResult maintainers: (String) readYaml(file: env.JOB_CONFIGURATION_FILE).notification?.email?.recipients
112-
}
110+
113111
}
114112
}
115113
}

ci/quarkus.Jenkinsfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,7 @@ pipeline {
7474
}
7575
post {
7676
always {
77-
configFileProvider([configFile(fileId: 'job-configuration.yaml', variable: 'JOB_CONFIGURATION_FILE')]) {
78-
notifyBuildResult maintainers: (String) readYaml(file: env.JOB_CONFIGURATION_FILE).notification?.email?.recipients
79-
}
77+
8078
}
8179
}
8280
}

0 commit comments

Comments
 (0)