From 9b41be87658b2e72f0bf0c53f61f1d4f18469b09 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Thu, 11 May 2017 09:10:06 +1000 Subject: [PATCH] Add paramters section delete-stale-stack job The parameters section is required to pass the cloud config to openstack CLI, without which the command would simple return 'Missing value auth-url required for auth plugin password' and exit the job without cleaning any of the orphaned stacks. Change-Id: Icaff7264033379c02ff350d4caaa474465ff235f Signed-off-by: Anil Belur --- jjb/releng-jobs.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/jjb/releng-jobs.yaml b/jjb/releng-jobs.yaml index f45a61a8b..7fe94b942 100644 --- a/jjb/releng-jobs.yaml +++ b/jjb/releng-jobs.yaml @@ -120,6 +120,14 @@ - opendaylight-infra-properties: build-days-to-keep: 7 + parameters: + - opendaylight-infra-parameters: + os-cloud: '{os-cloud}' + project: '{project}' + branch: '{branch}' + refspec: 'refs/heads/{branch}' + artifacts: '{archive-artifacts}' + wrappers: - opendaylight-infra-wrappers: build-timeout: '{build-timeout}' -- 2.36.6