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

Rerun button should not create a new pipeline run #819

Closed
EnriqueL8 opened this issue Dec 10, 2019 · 1 comment
Closed

Rerun button should not create a new pipeline run #819

EnriqueL8 opened this issue Dec 10, 2019 · 1 comment

Comments

@EnriqueL8
Copy link

Expected Behavior

If I want to rerun a pipeline, it should rerun this existing one and not create a new one. I end up with a very large amount of pipeline runs after debugging erros.

Actual Behavior

The rerun button creates a new pipeline run with a different generated name.

@AlanGreene
Copy link
Member

AlanGreene commented Dec 10, 2019

@EnriqueL8 thanks for opening an issue, however this is working as intended.

In Tekton, a PipelineRun is a single instance of execution of a Pipeline definition. See https://github.com/tektoncd/pipeline/blob/master/docs/pipelineruns.md for some more info. Rerunning an existing PipelineRun via the dashboard is a shortcut to create a new PipelineRun with the same inputs.

Also see this comment on the pipeline repo that describes the same situation for TaskRuns: tektoncd/pipeline#1302 (comment)

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