-
Bug
-
Resolution: Not A Defect
-
Major
I have an issue with git LFS use in Jenkins. What I am doing now is that
- I am building a war from maven through Jenkins that war contains a jar file
- through Git LFS we have converted that jar file into a pointer file. But during checkout from Jenkins that jar is not converting into its original size rather it is included in the war as a pointer.
We have used git plugin and git-client plugin with version 3.3.0 and 2.4.2 respectively in Jenkins.
What is happening:
A.war -> a.jar(whose original size is 1234 kb but it's coming 3 kb (which is the size of pointer file)
so my questions are:
- how to use git LFS in the Jenkins?
- is there any separate Git Lfs plugin for Jenkins?
- How should the file convert to its original size during checkout when one use Git LfS?