-
Bug
-
Resolution: Not A Defect
-
Critical
-
Jenkins v.2.249.1.2
Jenkins OS - RHEL 7
Agent/Slave OS - Windows 10
Agent/Slave Git Client version: Git 2.30.1
Jenkins Plugin versions:
git-client-plugin v3.6.0
git plugin v4.5.2
We are getting the following error after upgrading to the latest version of git scm to version 2.30.1.
Caused by: hudson.plugins.git.GitException: Command "<C:\Program Files\Git\bin\git.exe fetch --tags --force --progress – REPO_URL +refs/heads/:refs/remotes/origin/>" returned status code 128:
stdout:
stderr: remote: TF401019: The Git repository with name or identifier REPO_NAME does not exist or you do not have permissions for the operation you are attempting.
fatal: repository 'REPO_URL' not found
The thing that I was able to find is that the plugin works with git scm version v2.26.2. But due to security reasons, I have to install 2.30.1
Please let me know if you need more information