From: Alexandru Avadanii Date: Mon, 25 Nov 2019 20:28:11 +0000 (+0100) Subject: iec: Fix current build parameter passing X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ci-management.git;a=commitdiff_plain;h=88b2bd641a84773902abebe96319f3e4097c9e72 iec: Fix current build parameter passing The Parameterized Trigger plugin requires parameters that are passed down from the parent job to also be defined in the child job, otherwise they are simply discarded. Fix this by explicitly defining the same parameters in each child job. Change-Id: I64ba6987527757bb0bf4e7d5224904424c91f3ec Signed-off-by: Alexandru Avadanii --- diff --git a/jjb/iec/iec.yaml b/jjb/iec/iec.yaml index 622c88a..97ca88c 100644 --- a/jjb/iec/iec.yaml +++ b/jjb/iec/iec.yaml @@ -241,6 +241,7 @@ stream: '{stream}' branch: '{branch}' - '{project}-defaults' + - '{installer}-{os}-defaults' - string: name: DEPLOY_SCENARIO default: '{scenario}' @@ -305,6 +306,7 @@ stream: '{stream}' branch: '{branch}' - '{project}-defaults' + - '{installer}-{os}-defaults' - string: name: DEPLOY_SCENARIO default: '{scenario}' @@ -335,6 +337,7 @@ stream: '{stream}' branch: '{branch}' - '{project}-defaults' + - '{installer}-{os}-defaults' wrappers: - build-name: