Skip to content

Commit 88833b5

Browse files
committed
List email addresses for notifications explicitly in JPA Jenkinsfile
Because this step now runs outside of a node, so it cannot load a configuration file.
1 parent aecb175 commit 88833b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/jpa-3.2-tck.Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ pipeline {
191191
sh "docker rm -f ${containerName}"
192192
}
193193
configFileProvider([configFile(fileId: 'job-configuration.yaml', variable: 'JOB_CONFIGURATION_FILE')]) {
194-
notifyBuildResult maintainers: (String) readYaml(file: env.JOB_CONFIGURATION_FILE).notification?.email?.recipients
194+
195195
}
196196
}
197197
}

0 commit comments

Comments
 (0)