jenkins-cli
jenkins-cli copied to clipboard
Enhance the feature when edit a pipeline
jcli use vim as the default editor under Unix OS. It's good to add some advanced setting. For example:
set autoindent
set ingorecase
set incsearch
In many cases, we don't just edit the pipeline script. We also need to run it, then checkout the log output. So some shortcuts could improve our experience. Especially, we hope that we can see the log directly from the right side of the editor.