I suffer from error like in the title. Details below:
After Jenkins update from version 2.319.3 LTS to any later, Jenkins loses its ability to connect to GitLab repository (error below). What could be important, it happens after rebooting host (before updating, restarting virtual machine doesn't harm Jenkins).
Error in project configuration
What I have checked:
- repository isn't private - generally, repository wasn't reconfigured at that time; Failed to connect to repository
- ssh privilege/ownership weren't modified; Jenkins: Failed to connect to repository
- credentials/ssh keys are ok - I have regenerated them twice (on Jenkins and Gitlab side - keys etc.); Failed to connect to repository in Jenkins to GitLab
- it's not selinux related - setenforce 0 wasn't the solution;
- it's not about user login - jenkins/git user can login;
- after update, invoking command "git ls-remote -h USER@SERVER:REPO" returns nothing;
Do You have any tips what/where can I search my answer? Do You think it's plugin related?
Thank You in advance for Your time.