Make sure that shiplogs gets a maven-version 31/3131/2
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Thu, 6 Apr 2017 18:08:29 +0000 (11:08 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Thu, 6 Apr 2017 18:28:01 +0000 (11:28 -0700)
The infra-shiplogs macro needs a maven-version parameter passed to it to
properly operate

Change-Id: I284b9db1e21a0e3b84b109ddd86b3aafc023c79c
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
jjb/ci-management/ci-management.yaml
jjb/global-macros.yaml

index 59a8163..91809d9 100644 (file)
           jenkins-jobs --conf $JJBINI update --delete-old --workers 4 jjb/
 
     publishers:
-      - infra-shiplogs
+      - infra-shiplogs:
+          maven-version: '{maven-version}'
 
 - job-template:
     name: '{project}-verify-packer'
index fcf5891..3eca9ec 100644 (file)
     publishers:
       - postbuildscript:
           builders:
-            - shell: !include-raw: include-raw-deploy-archives.sh
+            - shell: !include-raw-escape: include-raw-deploy-archives.sh
             - maven-target:
                 maven-version: '{maven-version}'
                 pom: '.archives/deploy-archives.xml'