From e271cd9f18e323dae512a186d2756cfcdd25dafb Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Fri, 15 May 2015 10:18:18 -0400 Subject: [PATCH] Disable automatic-archiving Archiving is explicitly achieved with the autorelease jobs so we do not need Jenkins to automaticallly archive. Change-Id: I5c1dca6c1432e8004b8ab6e7ee099f1e434de12e Signed-off-by: Thanh Ha --- jjb/autorelease/autorelease-lithium.yaml | 2 ++ jjb/autorelease/autorelease-master.yaml | 1 + 2 files changed, 3 insertions(+) diff --git a/jjb/autorelease/autorelease-lithium.yaml b/jjb/autorelease/autorelease-lithium.yaml index 4c289c452..5bb12797a 100644 --- a/jjb/autorelease/autorelease-lithium.yaml +++ b/jjb/autorelease/autorelease-lithium.yaml @@ -62,6 +62,7 @@ maven-opts: '-Xmx4096m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true' settings: '{autorelease-settings}' global-settings: '{odl-global-settings}' + automatic-archiving: false postbuilders: - shell: "./scripts/list-project-dependencies.sh" @@ -128,6 +129,7 @@ maven-opts: '-Xmx4096m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true' settings: '{autorelease-settings}' global-settings: '{odl-global-settings}' + automatic-archiving: false postbuilders: - autorelease-cfp: diff --git a/jjb/autorelease/autorelease-master.yaml b/jjb/autorelease/autorelease-master.yaml index f7241d188..1b03ac1a3 100644 --- a/jjb/autorelease/autorelease-master.yaml +++ b/jjb/autorelease/autorelease-master.yaml @@ -61,6 +61,7 @@ maven-opts: '-Xmx4096m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true' settings: '{autorelease-settings}' global-settings: '{odl-global-settings}' + automatic-archiving: false postbuilders: - shell: "./scripts/list-project-dependencies.sh" -- 2.36.6