Added Jenkins Build Steps fro alpine Build
Some checks failed
andreas-personal/jenkins-with-docker/pipeline/head There was a failure building this commit

This commit is contained in:
2024-03-12 16:43:22 +01:00
parent 25156a931b
commit 225469414f
2 changed files with 29 additions and 8 deletions

View File

@ -6,5 +6,7 @@ RUN usermod -aG docker jenkins
RUN apk add --no-cache docker docker-compose
COPY --chown=jenkins:jenkins executors.groovy /usr/share/jenkins/ref/init.groovy.d/executors.groovy
USER jenkins
RUN jenkins-plugin-cli --plugins "blueocean docker-workflow"