jenkins-cli
jenkins-cli copied to clipboard
Jenkins CLI allows you to manage your Jenkins in an easy way. Jenkins 命令行客户端
**Is your feature request related to a problem? Please describe.** jcli job edit is non functional for multibranch pipeline. This is because the job is sourced from a Jenkinsfile in...
**Is your feature request related to a problem? Please describe.** In a pipeline job that contains blocking running steps (such as build) `jcli stop` would not terminate the build. need...
**Describe the bug** `jcli job edit -b "mutibranch-job branch" -f mypipeline.groovy` fails with 400 error. **To Reproduce** Steps to reproduce the behavior: 1. Create a multibranch job that sources jenkinsfile...
**Describe the bug** `jcli job log -w` watches for last build and starts tailing the latest build log when the build has started but does not tail the entire log....
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. jcli --debug --logger-level debug job artifact download "test" **Expected...
Steps to reproduce: jcli alias set jl "job log" jcli alias set jb "job build" jcli alias list Name Command jl job log jb job build jcli jl Error: requires...
**Describe the bug** A resource is never found when getting history for multibranch pipelines **To Reproduce** Steps to reproduce the behavior: 1. type `jcli job history ${multibranch pipeline name}` 2....
In some environments, there's no`vim`. But in most cases, `vi` exists. So we should support both `vim` and `vi`.
**Make sure that you've checked the boxes below before you submit PR:** ### Always - [x] Make sure you are requesting to **pull a topic/feature/bugfix branch** (right side) and not...
**Make sure that you've checked the boxes below before you submit PR:** ### Always - [x] Make sure you are requesting to **pull a topic/feature/bugfix branch** (right side) and not...