butler
butler copied to clipboard
Utility forces http (no SSL support?)
Description
Jenkins can and should be run over SSL/https. This utility does not allow you to specify https. Does it handle the protocol?
./butler jobs export --server https://myhost:port--username mtdeguzis --password $(read -s password && echo $password)
Get http://https//myhost:port/view/all/api/xml: dial tcp: lookup https on *************:53: no such host
Related Issue
Changes proposed
Screenshots
Agreed, having the same problem.
Ended up writing my own for the time being that targets any cluster Jenkins node, can remove/disable/enable a job on either side.
Nice. Are you able to share the code?
I'll see if I can get it approved
This would be solved in #6.
is there any way to pass nocertificatecheck parameter ,since our Jenkins uses self signed when i run butler command it says "Get https://xxxxxx8443/api/xml: x509: certificate signed by unknown authority"