-
Improvement
-
Resolution: Won't Do
-
Minor
-
None
-
Jenkins ver. 2.73.2
Git plugin ver. 3.6.0
I have a git repo, which itself is located on ssh:// remote, but whose [lfs] url points to https:// address.
When I try to check it out, Jenkins job gets stuck at
using GIT_SSH to set credentials
> git lfs pull origin
command. When I run it manually, I see that it is interactively asking for username and password. I don't see any additional settings for "Git LFS pull after checkout" behavior, so I wonder if it would be possible to allow specifying credentials there?
- relates to
-
JENKINS-59139 don't set GIT_LFS_SKIP_SMUDGE=1 anymore while cloning with git 2.15+
-
- Open
-
- links to
I'm trying to revive this. I started from the past PR and addressed some feedback but it's not working quite yet. I'm using LFS on Artifactory, so I need a different credential supplied
https://github.com/patricklangsonos/git-plugin/tree/git-4.2.2/JENKINS-47531
This is currently branched from the 4.2.2 tag because I wanted to test the change in isolation without moving to the 4.3+ codebase. Once I'm happy with it I'll squash it and get a PR open against master.