From 8c8f8d5023f70505f3884aeb30946367fd22e5b2 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Thu, 6 Apr 2017 11:08:29 -0700 Subject: Make sure that shiplogs gets a maven-version The infra-shiplogs macro needs a maven-version parameter passed to it to properly operate Change-Id: I284b9db1e21a0e3b84b109ddd86b3aafc023c79c Signed-off-by: Andrew Grimberg --- jjb/ci-management/ci-management.yaml | 3 ++- jjb/global-macros.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'jjb') diff --git a/jjb/ci-management/ci-management.yaml b/jjb/ci-management/ci-management.yaml index 59a81634c..91809d9a1 100644 --- a/jjb/ci-management/ci-management.yaml +++ b/jjb/ci-management/ci-management.yaml @@ -125,7 +125,8 @@ 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' diff --git a/jjb/global-macros.yaml b/jjb/global-macros.yaml index fcf589188..3eca9ecda 100644 --- a/jjb/global-macros.yaml +++ b/jjb/global-macros.yaml @@ -182,7 +182,7 @@ 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' -- cgit 1.2.3-korg