This is an automated email from the ASF dual-hosted git repository.

martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 09da71b  Fixing artifact handling
09da71b is described below

commit 09da71b2d21bc4474d3c66bc06800e0e3208bdee
Author: Martin Stockhammer <martin.stockham...@ars.de>
AuthorDate: Thu May 17 22:25:29 2018 +0200

    Fixing artifact handling
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 78a608f..935acb8 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -44,7 +44,7 @@ pipeline {
                 }
                 post {
                     success {
-                        archiveArtifacts '**/target/*.pom'
+                        archiveArtifacts '**/target/*-site.xml','pom.xml'
                     }
                     failure {
                         notifyBuild("Failure in BuildAndDeploy stage")

-- 
To stop receiving notification emails like this one, please contact
marti...@apache.org.

Reply via email to