Skip to content

Commit 6f4e340

Browse files
committed
Jenkinsfile: add missing artefacts
1 parent 8ca3439 commit 6f4e340

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pipeline {
3030

3131
post {
3232
success {
33-
archiveArtifacts artifacts: '**/target/*.jar, */plugin_*.xml, plugin_*.xml', fingerprint: true, onlyIfSuccessful: true
33+
archiveArtifacts artifacts: '**/target/*.jar, */plugin_*.xml, plugin_*.xml, plugin/jhove.conf, plugin/jhoveConfig.xsd', fingerprint: true, onlyIfSuccessful: true
3434
}
3535
changed {
3636
emailext(
@@ -43,4 +43,4 @@ pipeline {
4343
}
4444
}
4545

46-
/* vim: set ts=2 sw=2 tw=120 et :*/
46+
/* vim: set ts=2 sw=2 tw=120 et :*/

0 commit comments

Comments
 (0)