Last active
July 15, 2019 17:29
-
-
Save vitor-caetano/03044ff09618684e0222b7e47a62592e to your computer and use it in GitHub Desktop.
Jenkins X Presentation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################# | |
# 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