Add paramters section delete-stale-stack job 16/56816/1
authorAnil Belur <abelur@linuxfoundation.org>
Wed, 10 May 2017 23:10:06 +0000 (09:10 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Wed, 10 May 2017 23:10:06 +0000 (09:10 +1000)
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 <abelur@linuxfoundation.org>
jjb/releng-jobs.yaml

index f45a61a8be9389c5b63eea48f7460e60be162363..7fe94b94292015b18d36a1ca91d3c30afecbfed3 100644 (file)
       - 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}'