-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Cancel existing pipeline runs when a new pipeline run is triggered (OpenShift Platform). How to do this? #4898
Comments
@aksth 👋🏼 https://hackmd.io/GK_1_6DWTvSiVHBL6umqDA and tektoncd/community#716 might be of interest to you 👼🏼 |
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
remove-lifecycle stale |
Stale issues rot after 30d of inactivity. /lifecycle rotten Send feedback to tektoncd/plumbing. |
Rotten issues close after 30d of inactivity. /close Send feedback to tektoncd/plumbing. |
@tekton-robot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
I am using OpenShift Container Platform's Web Console to manage my Tekton Pipelines. I have a pipeline that is triggered when a commit is performed in the master branch, controlled via an event listener. When I make multiple commits simultaneously, multiple pipeline runs are created and they run in parallel to each other. But what I want is to cancel the existing pipeline runs when a new commit is made to the master branch so that only the latest pipeline run exists. Basically, I only want a single pipeline run for a pipeline that would correspond to the latest commit in the master branch. How to do this?
The text was updated successfully, but these errors were encountered: