Disable automatic-archiving 18/20518/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 15 May 2015 14:18:18 +0000 (10:18 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 15 May 2015 14:18:23 +0000 (10:18 -0400)
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 <thanh.ha@linuxfoundation.org>
jjb/autorelease/autorelease-lithium.yaml
jjb/autorelease/autorelease-master.yaml

index 4c289c452546d4f4bb8bf260981ea8d3d9b546db..5bb12797a1a08e93c8a6add7b44d541f9b1c4801 100644 (file)
@@ -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"
         maven-opts: '-Xmx4096m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true'
         settings: '{autorelease-settings}'
         global-settings: '{odl-global-settings}'
+        automatic-archiving: false
 
     postbuilders:
         - autorelease-cfp:
index f7241d188f73f910d65cf73badb59a66ffceaeee..1b03ac1a3078a5e9b5b01e50d80d1295bdfb968a 100644 (file)
@@ -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"