-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor
-
Component/s: gitea-plugin
-
None
-
Environment:Jenkins 2.232
Credentials 2.3.7
Gitea Plugin 1.2.0
Gitea 1.11.4
-
1.2.1
Job fails to checkout over SSH. When created with Gitea organization and scanned for jenkinsfile.Â
The problem seems to be in ssh url:
git.exe config remote.origin.url ssh:///git@gitea.f.cz:-1/F/llll3.git # timeout=10
notice the ssh:///git@
Â
Because of this the "/git" user is used. The correct user should be "git"
Â
When using the git plugin and Multibranch pipeline, checkout proceeds correctly.
Â