CLI
Jenkins X Command Line Interface
For those who like command lines you can view and watch most things via the jx command line.
You can download 3.x of jx from here: https://github.com/jenkins-x/jx/releases
Browse the command line commands along with the plugin commands
Many things in Jenkins X are exposed as custom resources so that you can also use kubectl to interact with the Jenkins X.
- to view environments
kubectl get env
- to view preview environments
kubectl get preview
- to view build logs try:
jx pipeline log
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified July 1, 2021: fix: broken link (be5669e551)