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

Allow specifying parameters in PipelineRun #457

Closed
abayer opened this issue Jan 31, 2019 · 1 comment
Closed

Allow specifying parameters in PipelineRun #457

abayer opened this issue Jan 31, 2019 · 1 comment

Comments

@abayer
Copy link
Contributor

abayer commented Jan 31, 2019

Expected Behavior

A PipelineRun can have parameters defined in it which will be passed to all of its TaskRuns, allowing for uses such as environment variables which have a different value from PipelineRun to PipelineRun without requiring changes to the underlying Pipeline or Task every time.

Actual Behavior

A new Pipeline, with new PipelineTasks, needs to be created for each run in order to pass a different parameter value to the relevant Tasks.

Steps to Reproduce the Problem

Additional Info

@abayer
Copy link
Contributor Author

abayer commented Jan 31, 2019

Whoops, this is #263.

@abayer abayer closed this as completed Jan 31, 2019
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

1 participant