fix: 🐛 Fix git-lfs install
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
31f228a915
commit
af4c8c0d68
@ -11,10 +11,10 @@ RUN cd tea && make && make install
|
||||
|
||||
COPY --chown=jenkins:jenkins executors.groovy /usr/share/jenkins/ref/init.groovy.d/executors.groovy
|
||||
|
||||
# Install jenkins plugins
|
||||
USER jenkins
|
||||
RUN jenkins-plugin-cli --plugins "blueocean docker-workflow"
|
||||
|
||||
#Install git lfs
|
||||
RUN apt-get install -y git-lfs
|
||||
RUN git lfs install --system
|
||||
|
||||
# Install jenkins plugins
|
||||
USER jenkins
|
||||
RUN jenkins-plugin-cli --plugins "blueocean docker-workflow"
|
||||
|
@ -9,10 +9,10 @@ RUN apk add --no-cache tea
|
||||
|
||||
COPY --chown=jenkins:jenkins executors.groovy /usr/share/jenkins/ref/init.groovy.d/executors.groovy
|
||||
|
||||
# Install jenkins plugins
|
||||
USER jenkins
|
||||
RUN jenkins-plugin-cli --plugins "blueocean docker-workflow"
|
||||
|
||||
#Install git lfs
|
||||
RUN apk add --no-cache git-lfs
|
||||
RUN git lfs install --system
|
||||
|
||||
# Install jenkins plugins
|
||||
USER jenkins
|
||||
RUN jenkins-plugin-cli --plugins "blueocean docker-workflow"
|
||||
|
Loading…
x
Reference in New Issue
Block a user