From db7232f379857cb90c9befbdfc5746560ac1d2e6 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Tue, 15 Aug 2017 18:46:20 +1000 Subject: [PATCH] DONT archive merge job artifacts on Jenkins Now OpFlex release jobs are capable of pushing artifacts to Nexus. Change-Id: I7dc63f4933e1968abc54842b1d0f7f849988b2cd Signed-off-by: Anil Belur --- jjb/opflex/opflex-custom.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/opflex/opflex-custom.yaml b/jjb/opflex/opflex-custom.yaml index c47747fbb5..6d2699c886 100644 --- a/jjb/opflex/opflex-custom.yaml +++ b/jjb/opflex/opflex-custom.yaml @@ -103,7 +103,7 @@ project: '{project}' branch: '{branch}' refspec: 'refs/heads/{branch}' - artifacts: '{archive-artifacts}' + artifacts: '' scm: - gerrit-trigger-scm: -- 2.36.6