
We can use this role to promote DIB images built in the gate pipeline. Change-Id: Ie9d2fcc87e6008698b748c5f5d442159e02f1c08
Promote artifacts from a completed build of a Zuul job
Given a change, this role returns artifacts from a previous build (by default, a build of the current change). It simply returns the same artifact metadata that matches the supplied artifact type without transferring any artifact data.
Role Variables
The Zuul API endpoint to use. Example:
https://zuul.example.org/api/tenant/{{ zuul.tenant }}
The pipeline in which the previous build ran.
The job of the previous build.
The artifact type. This is the value of the
type
field in the artifact metadata. This can be a string or a list of strings.