I’ve looked through the API v2 response schemas for each of the following:
GET /pipeline/{pipeline-id}
GET /workflow/{id}
GET /project/{project-slug}/job/{job-number}
I’d like to be able to retrieve the parameters that were passed into a pipeline (or workflow or job), but I’m not seeing “parameters” in any of these schemas.
Apologies if I’m missing it, but is there a way to retreive those?
Here we define image-tag and workingdir, which are passed in using the Trigger a new pipeline endpoint. Then we can access them from the build using << pipeline.parameters.image-tag >>.
More information on using these paramters are available on this doc: Pipeline Variables
Apologies for misunderstanding, that isn’t available in the current API. I welcome you to create a feature request on our idea’s board: https://ideas.circleci.com