This topic lists the objects you can use with Supply Chain Choreographer. All the objects referenced in this topic are Cartographer ClusterRunTemplates packaged in Out of the Box Templates. This topic describes the one or more objects they create, the supply chains that include them, and the parameters they use.
Tests source code.
This ClusterRunTemplate creates a Tekton PipelineRun referring to the user’s Tekton Pipeline.
Input name | Meaning | Example |
---|---|---|
tekton-params |
Set of parameters to pass to the Tekton Pipeline | - name: source-url value: https://github.com/vmware-tanzu/cartographer.git - name: source-revision value: e4a53f49a92fc913d26f8cc23d59102a51a5e635 - name: verbose value: true - name: foo value: bar |
For information about the runnable created in the OOTB Testing and OOTB Testing and Scanning, see testing-pipeline.
For information about the Tekton Pipeline that the user must create, see Tekton/Pipeline.