You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by mm...@apache.org on 2022/11/15 09:40:56 UTC

[beam] branch master updated: [Dockerized Jenkins] Fix build of dockerized jenkins (fixes #24053) (#24054)

This is an automated email from the ASF dual-hosted git repository.

mmack pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new e3b9bdb2e60 [Dockerized Jenkins] Fix build of dockerized jenkins (fixes #24053) (#24054)
e3b9bdb2e60 is described below

commit e3b9bdb2e607d85a4017ba7839000e92a0ad83c4
Author: Moritz Mack <mm...@talend.com>
AuthorDate: Tue Nov 15 10:40:50 2022 +0100

    [Dockerized Jenkins] Fix build of dockerized jenkins (fixes #24053) (#24054)
---
 .test-infra/dockerized-jenkins/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.test-infra/dockerized-jenkins/Dockerfile b/.test-infra/dockerized-jenkins/Dockerfile
index 7533551df31..312e3d437f2 100644
--- a/.test-infra/dockerized-jenkins/Dockerfile
+++ b/.test-infra/dockerized-jenkins/Dockerfile
@@ -26,7 +26,7 @@ ENV JENKINS_HOME=/var/jenkins_real_home/
 
 # Pre-install plugins specified in plugins.txt
 COPY --chown=root:jenkins plugins.txt /usr/share/jenkins/ref/plugins.txt
-RUN /usr/local/bin/install-plugins.sh < /usr/share/jenkins/ref/plugins.txt
+RUN jenkins-plugin-cli -f /usr/share/jenkins/ref/plugins.txt
 
 # Copy default configuration and sample seed job.
 COPY --chown=jenkins basic-security.groovy /usr/share/jenkins/ref/init.groovy.d/