jenkins-cli
jenkins-cli copied to clipboard
Add support to update a pipeline from user input
Is your feature request related to a problem? Please describe. In some cases, a user just wants to update the pipeline job in the batch mode.
Describe the solution you'd like
A suggested command usage like:
jcli job edit yourJobName --pipeline 'your pipeline script here'
Describe alternatives you've considered None.
Additional context None.