Skip to content

Instantly share code, notes, and snippets.

@vitor-caetano
Last active July 15, 2019 17:29
Show Gist options
  • Save vitor-caetano/03044ff09618684e0222b7e47a62592e to your computer and use it in GitHub Desktop.
Save vitor-caetano/03044ff09618684e0222b7e47a62592e to your computer and use it in GitHub Desktop.
Jenkins X Presentation
#################
# Check Cluster #
#################
kubectl --namespace jx get pods
jx console
#####################
# Create QuickStart #
#####################
jx create quickstart \
--language go \
--project-name demo-go \
--batch-mode
Watch pipeline activity via: jx get activity -f demo-go -w
Browse the pipeline log via: jx get build logs vitor-caetano/demo-go/master
You can list the pipelines via: jx get pipelines
When the pipeline is complete: jx get applications
open "https://github.com/vitor-caetano/demo-go"
open "https://github.com/$GH_USER/environment-jx-rocks-staging"
open "https://github.com/$GH_USER/environment-jx-rocks-production"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment