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

Add trigger to a pipeline #347

Closed
siamaksade opened this issue Jul 9, 2020 · 1 comment · Fixed by #395
Closed

Add trigger to a pipeline #347

siamaksade opened this issue Jul 9, 2020 · 1 comment · Fixed by #395
Assignees
Labels
enhancement New feature or request in progress
Milestone

Comments

@siamaksade
Copy link

Add an action to the pipeline context menu to be able to add a trigger a pipeline. Adding a trigger would create the required Tekton resources (EventListener, TriggerTemplate, etc) in order to configure triggers and expose a webhook url that user can add to the Git provider repository settings. Example:
https://github.com/tektoncd/triggers/tree/master/examples/github

User should be able to easily get access to the webhook url associated with the pipeline after triggers are configured.

@siamaksade siamaksade added the enhancement New feature or request label Jul 9, 2020
@siamaksade
Copy link
Author

Should this be through Tekton CLI or k8s API?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request in progress
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants