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 export option for pipelinerun #684

Open
mohitsuman opened this issue Apr 9, 2022 · 0 comments
Open

Add export option for pipelinerun #684

mohitsuman opened this issue Apr 9, 2022 · 0 comments
Milestone

Comments

@mohitsuman
Copy link
Contributor

mohitsuman commented Apr 9, 2022

The latest tkn support export option for pipelinerun. We need to integrate the workflow to export pipelinerun as yaml and use the yaml to create pipeline run in different namespace.

  • Example: export a PipelineRun named 'pipelinerun' in namespace 'foo' and recreate it in the namespace 'bar':

tkn pr export pipelinerun -n foo | kubectl create -f- -n bar

  • Output options can be one of:

json|yaml|name|go-template|go-template-file|template|templatefile|jsonpath|jsonpath-as-json|jsonpath-file

@mohitsuman mohitsuman modified the milestones: 1.1.0, 1.2.0 Apr 9, 2022
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