You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2020/08/23 19:51:29 UTC

[logging-pipelines] branch master updated: Archive artifacts after successful build

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

mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-pipelines.git


The following commit(s) were added to refs/heads/master by this push:
     new 70e830d  Archive artifacts after successful build
70e830d is described below

commit 70e830db85df95df0edd8955dbc7cd04d342b37d
Author: Matt Sicker <bo...@gmail.com>
AuthorDate: Sun Aug 23 14:50:57 2020 -0500

    Archive artifacts after successful build
    
    Hopefully this fixes that template error because it's a nice template.
---
 log4j/Jenkinsfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/log4j/Jenkinsfile b/log4j/Jenkinsfile
index 9bcafcd..8b79579 100644
--- a/log4j/Jenkinsfile
+++ b/log4j/Jenkinsfile
@@ -96,6 +96,7 @@ pipeline {
             }
             steps {
                 mvn '-DskipTests deploy'
+                archiveArtifacts artifacts: '**/target/log4j-*.jar', followSymlinks: false
             }
             post {
                 fixed {