diff options
author | Dominik Stadler <centic@apache.org> | 2023-11-20 19:16:43 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2023-11-20 19:16:43 +0000 |
commit | 9965dc74db1c44ed9f30c99290405e6976ad0d08 (patch) | |
tree | 23d45fe8707ea92285b36cffbbac697a258d76e8 | |
parent | 386b2fcc7898533ef047d9b52e86d370d2cc9ee2 (diff) | |
download | poi-9965dc74db1c44ed9f30c99290405e6976ad0d08.tar.gz poi-9965dc74db1c44ed9f30c99290405e6976ad0d08.zip |
Jenkins DSL: Capture artefacts for checksums and .pom as well
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1913990 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | jenkins/create_jobs.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy index f92a44f0f6..73dfb2876e 100644 --- a/jenkins/create_jobs.groovy +++ b/jenkins/create_jobs.groovy @@ -458,7 +458,7 @@ poijobs.each { poijob -> } } // in archive, junit and jacoco publishers, matches beneath build/*/build/... are for Gradle-build results - archiveArtifacts('build/dist/*.zip,build/dist/*.tgz,build/dist/maven/*/*.jar,build/coverage/**,*/build/reports/*.bom.*,build/hs_err*.log') + archiveArtifacts('build/dist/*.zip,build/dist/*.tgz,build/dist/maven/*/*.jar,build/dist/maven/*/*.pom,build/dist/maven/*/*.asc,build/dist/maven/*/*.sha256,build/dist/maven/*/*.sha512,build/coverage/**,*/build/reports/*.bom.*,build/hs_err*.log') /* this plugin is currently missing on the Apache Jenkins instance warnings(['Java Compiler (javac)', 'JavaDoc Tool'], null) { resolveRelativePaths() |