Skip to content

Commit 10714bc

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/references/cicd-pipeline/babel/traverse-7.23.2
2 parents e158d0f + 0016d9d commit 10714bc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

references/cicd-pipeline/jenkins-build/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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

1818
USER root
1919
RUN apk update && apk add --no-cache git maven nodejs npm
@@ -26,7 +26,7 @@ RUN mv /usr/bin/mvn /usr/bin/_mvn &&\
2626
USER jenkins
2727

2828
COPY --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

3131
COPY --chown=jenkins jenkins.yml /var/jenkins_home/casc_configs/jenkins.yaml
3232
ENV CASC_JENKINS_CONFIG=/var/jenkins_home/casc_configs/jenkins.yaml

references/cicd-pipeline/jenkins-build/plugins.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ configuration-as-code:1569.vb_72405b_80249
22
cucumber-reports:5.7.3
33
git:4.11.5
44
htmlpublisher:1.30
5+
javax-mail-api:1.6.2-8
56
junit:1119.1121.vc43d0fc45561
67
mask-passwords:3.3
78
token-macro:293.v283932a_0a_b_49

0 commit comments

Comments
 (0)