scm-sync-configuration-plugin
scm-sync-configuration-plugin copied to clipboard
Access to GIT Repository broken with Jenkins 2.30
Hi @all,
I'm currently experiencing issues having a working configuration with jenkins 2,28 and after upgrading to 2.30 I have issues accessing the GIT repo.
Cheers, Matthias
Experiencing the same issue after upgrade. Temporary solution is to amend your repo URL using the following format (from @bmannix):
https://user:pass@repo-url
But a permanent fix is ultimately needed.
@mr-smithers-excellent Thanks for posting the work around. It helped.