feat: ✨ Add git lfs
Some checks failed
andreas-personal/good-old-jenkins/pipeline/head There was a failure building this commit
Some checks failed
andreas-personal/good-old-jenkins/pipeline/head There was a failure building this commit
This commit is contained in:
parent
99dbf82b54
commit
31f228a915
@ -14,3 +14,7 @@ COPY --chown=jenkins:jenkins executors.groovy /usr/share/jenkins/ref/init.groovy
|
|||||||
# Install jenkins plugins
|
# Install jenkins plugins
|
||||||
USER jenkins
|
USER jenkins
|
||||||
RUN jenkins-plugin-cli --plugins "blueocean docker-workflow"
|
RUN jenkins-plugin-cli --plugins "blueocean docker-workflow"
|
||||||
|
|
||||||
|
#Install git lfs
|
||||||
|
RUN apt-get install -y git-lfs
|
||||||
|
RUN git lfs install --system
|
@ -12,3 +12,7 @@ COPY --chown=jenkins:jenkins executors.groovy /usr/share/jenkins/ref/init.groovy
|
|||||||
# Install jenkins plugins
|
# Install jenkins plugins
|
||||||
USER jenkins
|
USER jenkins
|
||||||
RUN jenkins-plugin-cli --plugins "blueocean docker-workflow"
|
RUN jenkins-plugin-cli --plugins "blueocean docker-workflow"
|
||||||
|
|
||||||
|
#Install git lfs
|
||||||
|
RUN apk add --no-cache git-lfs
|
||||||
|
RUN git lfs install --system
|
Loading…
x
Reference in New Issue
Block a user