From: Thanh Ha Date: Fri, 15 May 2015 14:18:18 +0000 (-0400) Subject: Disable automatic-archiving X-Git-Tag: release/lithium~128^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F18%2F20518%2F1;p=releng%2Fbuilder.git 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 --- diff --git a/jjb/autorelease/autorelease-lithium.yaml b/jjb/autorelease/autorelease-lithium.yaml index 4c289c4525..5bb12797a1 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 f7241d188f..1b03ac1a30 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"