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

Display Workspaces in the output of pipeline/pipelinerun describe command #1142

Commits on Aug 25, 2020

  1. Display Workspaces in the output of Pipeline describe command

    The workspaces declared in the Pipeline will be displayed in the output of pipeline describe command. When we will do `tkn pipeline desc <name>` workspace name and description will be displayed in the output.
    
    Signed-off-by: vinamra28 <vinjain@redhat.com>
    vinamra28 committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    50f2abe View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. Display Workspaces in the output of PipelineRun describe command

    The workspaces declared in the PipelineRun will be displayed in the output of pipelinerun describe command. When we will do `tkn pipelinerun desc <name>` workspace name, subpath and workspace binding will be displayed in the output.
    
    Signed-off-by: vinamra28 <vinjain@redhat.com>
    vinamra28 committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    9b7e53d View commit details
    Browse the repository at this point in the history