From f7334c68f9ea63449e7cf83d4f810e45792f2cd6 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Tue, 21 May 2019 16:55:36 +0200 Subject: [PATCH] [iec] Publish logs to LF Nexus Push job output and any files matching the '**/*.log' ANT pattern to LF Nexus for: - IEC install jobs; - IEC usecase jobs; Change-Id: I025e004d4e5567254a088754aa852966b511a7a6 Signed-off-by: Alexandru Avadanii --- jjb/iec/iec.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/jjb/iec/iec.yaml b/jjb/iec/iec.yaml index 4cb9440..faab545 100644 --- a/jjb/iec/iec.yaml +++ b/jjb/iec/iec.yaml @@ -63,6 +63,10 @@ name: CI_DEBUG default: 'false' description: 'Show debug output information' + - string: + name: ARCHIVE_ARTIFACTS + default: '**/*.log' + description: Artifacts to archive to the logs server. - parameter: name: 'seba_on_arm-defaults' parameters: @@ -199,6 +203,7 @@ publishers: - email: recipients: armband@enea.com + - lf-infra-publish - job-template: name: 'iec-install-{usecase}-{deploy-type}-daily-{stream}' @@ -238,6 +243,7 @@ publishers: - email: recipients: armband@enea.com + - lf-infra-publish ######################## # trigger macros -- 2.16.6