A collection of VSCode tools to help working with Jenkins X
The following settings can be configured in the workspace:
Defines a custom path for jx
binary
"jx.path": "/my/path/"
Specifies which container ports will be exposed by the DevPod
"jx.devPodPorts": [8080]
By opening the Jenkins X
explorer in the UI you can browse folders, repositories, branches, pipelines and build logs:
Activate the watch activities by opening up the VSCode palette cmd
+ shift
+ p
, type jx watch activities
and the extension command will be activated.
There are a number of commands available which can be invoked from VCode palette with cmd
+ shift
+ p
.