File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
references/cicd-pipeline/jenkins-build Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515
16- FROM jenkins/jenkins:2.346.3-alpine
16+ FROM jenkins/jenkins:2.346.3-lts- alpine
1717
1818USER root
1919RUN apk update && apk add --no-cache git maven nodejs npm
@@ -26,7 +26,7 @@ RUN mv /usr/bin/mvn /usr/bin/_mvn &&\
2626USER jenkins
2727
2828COPY --chown=jenkins plugins.txt /usr/share/jenkins/ref/plugins.txt
29- RUN jenkins-plugin-cli --plugin-file /usr/share/jenkins/ref/plugins.txt
29+ RUN jenkins-plugin-cli --plugin-file /usr/share/jenkins/ref/plugins.txt --jenkins-version 2.346.3 --latest false
3030
3131COPY --chown=jenkins jenkins.yml /var/jenkins_home/casc_configs/jenkins.yaml
3232ENV CASC_JENKINS_CONFIG=/var/jenkins_home/casc_configs/jenkins.yaml
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ configuration-as-code:1569.vb_72405b_80249
22cucumber-reports:5.7.3
33git:4.11.5
44htmlpublisher:1.30
5+ javax-mail-api:1.6.2-8
56junit:1119.1121.vc43d0fc45561
67mask-passwords:3.3
78token-macro:293.v283932a_0a_b_49
You can’t perform that action at this time.
0 commit comments