Relative Content

Tag Archive for gitdockerjenkinsgit-lfs

git lfs pull fails in docker container on jenkins

I want to create a build job for one of our java projects on our Jenkins. The pipeline is a multi-branch pipeline and unfortunately it is not possible to install git-lfs on our Jenkins-slaves to I cannot use the additional step form the multi-branch pipeline to perform git lfs pull. So I created a Dockerfile where I extended an base image to contain git-lfs