diff options
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-04-06 11:08:29 -0700 |
---|---|---|
committer | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-04-06 11:28:01 -0700 |
commit | 8c8f8d5023f70505f3884aeb30946367fd22e5b2 (patch) | |
tree | b189a5ac46143a7bd8658699d6eabcb4c166fe2d | |
parent | d8faa24b664f66e6eca1ac66745a4ad47352cc0b (diff) |
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 <agrimberg@linuxfoundation.org>
-rw-r--r-- | jjb/ci-management/ci-management.yaml | 3 | ||||
-rw-r--r-- | jjb/global-macros.yaml | 2 |
2 files changed, 3 insertions, 2 deletions
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' |