Jenkinsfile: archive artifacts

Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/50027bf4
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/50027bf4
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/50027bf4

Branch: refs/heads/develop
Commit: 50027bf428e39a1e98489aa2b8f1c498ba564b83
Parents: 679b6e8
Author: Dominik Psenner <[email protected]>
Authored: Mon Jul 3 11:20:20 2017 +0200
Committer: Dominik Psenner <[email protected]>
Committed: Mon Jul 3 11:20:20 2017 +0200

----------------------------------------------------------------------
 Jenkinsfile | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/50027bf4/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 8f063d8..38710a6 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -99,6 +99,9 @@ pipeline {
                }
        }
        post {
+               always {
+                       archive 'bin/**/*.*'
+               }
                failure {
                        step([$class: 'Mailer', notifyEveryUnstableBuild: 
false, recipients: '[email protected]'])
                }

Reply via email to