From: Anil Belur Date: Wed, 10 May 2017 23:10:06 +0000 (+1000) Subject: Add paramters section delete-stale-stack job X-Git-Tag: release/carbon~51 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=releng%2Fbuilder.git;a=commitdiff_plain;h=9b41be87658b2e72f0bf0c53f61f1d4f18469b09 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 --- 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}'