You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This enables migration of credentials between Jenkins instances.
Butler will get the XML config of any folder and will ingest
the encrypted secrets. The encrypted secrets are then decrypted
via a Groovy script executed on Jenkins master. This needs
most of the times admin privileges.
In a second step you can pipe in the decrypted credentials
and apply them to another folder or even instance.
Also a Groovy script is leveraged in order to achieve this.
Hi there,
Description
I just noticed that
butler
fails to import jobs, when Jenkins runs behind a self signed TLS certificate:Related Issue
None
Changes proposed
Would it be possible to add an argument
--skip-tls-check
or something similar do disable the check if the TLS certificate is officially signed?Screenshots
None
Thanks
Regards,
Philip
The text was updated successfully, but these errors were encountered: