jenkins-cli-python icon indicating copy to clipboard operation
jenkins-cli-python copied to clipboard

Jenkins command line interface written in python

Results 12 jenkins-cli-python issues
Sort by recently updated
recently updated
newest added

Our Jenkins server groups lots of builds by folders, but `jenkins jobs` only shows the 2 top-level jobs we've defined. When using [Jenkinsfiles](https://jenkins.io/doc/book/pipeline-as-code/) I don't think we even have the...

For folks like me, that still has to deal with self-signed certificates :) This fixes the issue #26.

`jenkins console -x JOBNAME` or `jenkins console --exit-code JOBNAME` could return a (non)-zero exit code depending on whether the job failed or not. This will allow people to include the...

Hi, I've added the ability to pass run arguments on **start** command. (with _--bargs_ option) Quite useful for me, maybe it's useful also for others Bye

I think it would be very useful if you can add (maybe a json or an xml) with the parameters info when launching a new build.

If there's a job called "My Job" in jenkins, the bash completion will suggest two jobs: "My" and "Job".

This PR is still work in progress and includes the bash part of a fix for #47. This still needs to be done: * [ ] modify python part of...

#36 introduced possibility to specify several environments (Jenkins hosts) in one ```.jenkins-cli``` file Now we have problem with jobs auto completions described in [This pull request](https://github.com/LD250/jenkins-cli-python/pull/46) The possible solution is...