From 4671a311e897fea4d4805598f2599e8a1c7a598a Mon Sep 17 00:00:00 2001
From: Cédric Ollivier <cedric.ollivier@orange.com>
Date: Tue, 30 Oct 2018 10:50:27 +0100
Subject: Fix param serialization in apex jjbs
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

DEPLOY_SCENARIO wrongly contains DOCKER_TAG [1].

[1] https://build.opnfv.org/ci/job/functest-apex-baremetal-daily-gambia/20/console

Change-Id: I85ddd47e4c15b36f507684d6d7fb9b0d90347507
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
---
 jjb/apex/apex.yaml    | 2 +-
 jjb/apex/apex.yaml.j2 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/jjb/apex/apex.yaml b/jjb/apex/apex.yaml
index 7a9106e38..454c69057 100644
--- a/jjb/apex/apex.yaml
+++ b/jjb/apex/apex.yaml
@@ -672,7 +672,7 @@
             - name: 'functest-apex-baremetal-daily-{scenario_stream}'
               node-parameters: true
               current-parameters: false
-              predefined-parameters:
+              predefined-parameters: |
                 DEPLOY_SCENARIO=$DEPLOY_SCENARIO
                 DOCKER_TAG=$DOCKER_TAG
               kill-phase-on: NEVER
diff --git a/jjb/apex/apex.yaml.j2 b/jjb/apex/apex.yaml.j2
index 329d2c9f5..daf2ce8b7 100644
--- a/jjb/apex/apex.yaml.j2
+++ b/jjb/apex/apex.yaml.j2
@@ -518,7 +518,7 @@
             - name: 'functest-apex-baremetal-daily-{scenario_stream}'
               node-parameters: true
               current-parameters: false
-              predefined-parameters:
+              predefined-parameters: |
                 DEPLOY_SCENARIO=$DEPLOY_SCENARIO
                 DOCKER_TAG=$DOCKER_TAG
               kill-phase-on: NEVER
-- 
cgit