Rename archive-build macro to opendaylight-infra-shiplogs
[releng/builder.git] / jjb / autorelease / autorelease-templates.yaml
index 60e7231ae093109328884694241d4b7018a2fd3a..6a5e9f82337ba03fd1d728b435d1ef9f4eee1cc3 100644 (file)
@@ -44,6 +44,7 @@
     prebuilders:
         - wipe-local-maven-repo
         - jacoco-nojava-workaround
+        - shell: "./scripts/list-project-dependencies.sh"
         - autorelease-cfp:
             autorelease-settings: 'autorelease-settings'
             odl-global-settings: 'odl-global-settings'
@@ -65,7 +66,6 @@
 
     postbuilders:
         - autorelease-maven-deploy
-        - shell: "./scripts/list-project-dependencies.sh"
         - autorelease-get-integration-test-variables
         - autorelease-maven-sources:
             maven-version: '{mvn33}'
@@ -73,6 +73,9 @@
             global-settings: 'odl-global-settings'
         - autorelease-maven-sources-post-process
         - autorelease-sys-stats
+        - shell: |
+            mkdir -p archives/
+            cp *.log *.prop $_
 
     publishers:
     - email-notification:
@@ -82,7 +85,7 @@
           condition: UNSTABLE_OR_BETTER
           property-file: variables.prop
           fail-on-missing: true
-    - archive-build:
+    - opendaylight-infra-shiplogs:
         maven-version: '{mvn33}'
 
 - job-template:
 
             Archive also available on Jenkins at $BUILD_URL
         always: true
-    - archive-build:
+    - opendaylight-infra-shiplogs:
         maven-version: '{mvn33}'
 
 ###