diff --git a/jenkins/bootstrap/Dockerfile b/jenkins/bootstrap/Dockerfile index 4f6da6e..774b998 100644 --- a/jenkins/bootstrap/Dockerfile +++ b/jenkins/bootstrap/Dockerfile @@ -1,11 +1,11 @@ -FROM jenkins/jenkins:2.332.4 +FROM jenkins/jenkins:2.401.3 ENV JAVA_OPTS -Djenkins.install.runSetupWizard=false ENV CASC_JENKINS_CONFIG /var/jenkins_home/casc.yaml # add plugins COPY $CODESPACE_VSCODE_FOLDER/jenkins/bootstrap/plugins.txt /usr/share/jenkins/ref/plugins.txt -RUN /usr/local/bin/install-plugins.sh < /usr/share/jenkins/ref/plugins.txt +RUN /bin/jenkins-plugin-cli -f /usr/share/jenkins/ref/plugins.txt # add security perms COPY $CODESPACE_VSCODE_FOLDER/jenkins/bootstrap/casc.yaml /var/jenkins_home/casc.yaml diff --git a/jenkins/bootstrap/plugins.txt b/jenkins/bootstrap/plugins.txt index 2ad2af6..4de4d15 100644 --- a/jenkins/bootstrap/plugins.txt +++ b/jenkins/bootstrap/plugins.txt @@ -1,23 +1,33 @@ -ant:481.v7b_09e538fcca -authorize-project:1.4.0 -antisamy-markup-formatter:159.v25b_c67cd35fb_ -build-timeout:1.24 -cloudbees-folder:6.740.ve4f4ffa_dea_54 -configuration-as-code:1569.vb_72405b_80249 -credentials:1087.1089.v2f1b_9a_b_040e4 -credentials-binding:523.vd859a_4b_122e6 -email-ext:2.92 -git:4.12.1 -github-branch-source:1677.v731f745ea_0cf -gradle:2.3.1 -ldap:2.11 -mailer:435.438.v5b_81173f5b_a_1 -matrix-auth:3.1.5 +ant:497.v94e7d9fffa_b_9 +antisamy-markup-formatter:162.v0e6ec0fcfcf6 +variant:59.vf075fe829ccb +authorize-project:1.7.1 +antisamy-markup-formatter:162.v0e6ec0fcfcf6 +build-timeout:1.31 +cloudbees-folder:6.848.ve3b_fd7839a_81 +configuration-as-code:1670.v564dc8b_982d0 +credentials:1271.v54b_1c2c6388a_ +credentials-binding:631.v861c06d062b_4 +plain-credentials:143.v1b_df8b_d3b_e48 +ssh-credentials:308.ve4497b_ccd8f4 +credentials-binding:631.v861c06d062b_4 +email-ext:2.100 +git:5.2.0 +git-client:4.4.0 +github:1.37.3 +github-api:1.314-431.v78d72a_3fe4c3 +github-branch-source:1732.v3f1889a_c475b_ +pipeline-github-lib:42.v0739460cda_c4 +github-branch-source:1732.v3f1889a_c475b_ +gradle:2.8.2 +ldap:694.vc02a_69c9787f +mailer:463.vedf8358e006b_ +matrix-auth:3.1.10 paginated-builds:1.083.v5f614a_e66715 pam-auth:1.10 -pipeline-github-lib:38.v445716ea_edda_ -pipeline-stage-view:2.28 -ssh-slaves:1.821.vd834f8a_c390e -timestamper:1.21 +pipeline-github-lib:42.v0739460cda_c4 +pipeline-stage-view:2.33 +ssh-slaves:2.916.vd17b_43357ce4 +timestamper:1.26 workflow-aggregator:596.v8c21c963d92d -ws-cleanup:0.43 +ws-cleanup:0.45 \ No newline at end of file