Skip to content

Commit

Permalink
Fix: Update Blue Ocean requeriments
Browse files Browse the repository at this point in the history
Update Jenkis to 2.401.3, gitup-api to 1.316-451.v15738eef3414 and
github-branch-source:1771.v59b_6a_fa_1b_89e added
  • Loading branch information
luizmachado committed Aug 18, 2024
1 parent a9200df commit 693089e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile-jenkins
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM jenkins/jenkins:2.347-jdk11
FROM jenkins/jenkins:2.401.3-jdk11

USER jenkins
RUN jenkins-plugin-cli --plugins blueocean:1.25.5 build-timestamp:1.0.3 timestamper:1.17 pollscm:1.3.1 github-api:1.303-400.v35c2d8258028
RUN jenkins-plugin-cli --plugins blueocean:1.25.5 build-timestamp:1.0.3 timestamper:1.17 pollscm:1.3.1 github-api:1.316-451.v15738eef3414 github-branch-source:1771.v59b_6a_fa_1b_89e

USER root
ENV FLUENTD_HOST "fluentd"
Expand Down

0 comments on commit 693089e

Please sign in to comment.