diff --git a/Jenkinsfile b/Jenkinsfile index 44df4ed..4a70b48 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -30,7 +30,7 @@ pipeline { post { success { - archiveArtifacts artifacts: '**/target/*.jar, */plugin_*.xml, plugin_*.xml', fingerprint: true, onlyIfSuccessful: true + archiveArtifacts artifacts: '**/target/*.jar, */plugin_*.xml, plugin_*.xml, plugin/jhove.conf, plugin/jhoveConfig.xsd', fingerprint: true, onlyIfSuccessful: true } changed { emailext( @@ -43,4 +43,4 @@ pipeline { } } -/* vim: set ts=2 sw=2 tw=120 et :*/ \ No newline at end of file +/* vim: set ts=2 sw=2 tw=120 et :*/