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

Maureen wants the pipeline command to show the url to the pipeline in the console and the tekton cli command to follow the pipeline run to be printed in the output of the command #611

Closed
seansund opened this issue Dec 4, 2020 · 1 comment
Assignees
Labels
cli Issue related to cli pipeline Error related to Jenkins or Tekton pipeline tekton Feature or bug for tekton pipeline

Comments

@seansund
Copy link
Member

seansund commented Dec 4, 2020

Showing the next commands will make it easier to follow the next steps and make the overall process to be more self-documenting

@seansund seansund added cli Issue related to cli pipeline Error related to Jenkins or Tekton pipeline tekton Feature or bug for tekton pipeline labels Dec 4, 2020
@seansund seansund self-assigned this Dec 4, 2020
seansund added a commit to cloud-native-toolkit/ibm-garage-cloud-cli that referenced this issue Dec 4, 2020
- Prints the name of the pipeline run that was started
- Prints information on commands to run with the tekton cli
- Prints the url to the pipeline run in the console

cloud-native-toolkit/planning#611
seansund added a commit to cloud-native-toolkit/ibm-garage-cloud-cli that referenced this issue Dec 4, 2020
- Prints the name of the pipeline run that was started
- Prints information on commands to run with the tekton cli
- Prints the url to the pipeline run in the console

cloud-native-toolkit/planning#611
seansund added a commit to cloud-native-toolkit/ibm-garage-cloud-cli that referenced this issue Dec 4, 2020
- Prints the name of the pipeline run that was started
- Prints information on commands to run with the tekton cli
- Prints the url to the pipeline run in the console

cloud-native-toolkit/planning#611
@seansund
Copy link
Member Author

seansund commented Dec 4, 2020

Now the pipeline command will print this out when the pipeline is successfully started -

Pipeline run started: memcached-operator-catalog-1762ff0a6d7

Next steps:
  Tekton cli:
    View PipelineRun info - tkn pr describe memcached-operator-catalog-1762ff0a6d7
    View PipelineRun logs - tkn pr logs memcached-operator-catalog-1762ff0a6d7
  OpenShift console:
    View PipelineRun - https://console-openshift-console.garage-dev-ocp45-vpc-0143c5dd31acd8e030a1d6e0ab1380e3-0000.us-east.containers.appdomain.cloud/k8s/ns/operator-dev/tekton.dev~v1beta1~PipelineRun/memcached-operator-catalog-1762ff0a6d7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli Issue related to cli pipeline Error related to Jenkins or Tekton pipeline tekton Feature or bug for tekton pipeline
Projects
None yet
Development

No branches or pull requests

1 participant