Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REST API for creating PipelineRuns #24

Closed
jessm12 opened this issue Apr 11, 2019 · 3 comments
Closed

REST API for creating PipelineRuns #24

jessm12 opened this issue Apr 11, 2019 · 3 comments
Assignees

Comments

@jessm12
Copy link
Member

jessm12 commented Apr 11, 2019

Under this issue add a REST API endpoint that will take parameters and create a new PipelineRun for a specified Pipeline

When creating a new PipelineRun the information that will need to be provided to the POST method is as follows:

  • The name of the Pipeline to use for that PipelineRun
  • Information relating to the PipelineResources for a PipelineRun, if required
  • Information relating to the repository for that PipelineRun
  • Helm and Registry secret names, if required

The request will be namespaced and this is the namespace that the PipelineRun will occur in

@jessm12
Copy link
Member Author

jessm12 commented Apr 11, 2019

/assign

@a-roberts
Copy link
Member

/assign

I've worked on this too with @jessm12 and we should have a PR coming up soon for folks to try and test 😸

@a-roberts
Copy link
Member

Merged, thanks all for taking a look too 🎉 we're adding the API definition next.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants