Yesterday I configured Jenkins with configuration as source code and built my Docker image so that it would install plugins via “docker build”. Today (and most of last night), the jenkins-plugins-cli step is failing because not all of the plugins are being downloaded. My Dockerfile is pretty simple and the plugins.txt file doesn’t have much in it. I’ve attempted to build the image on four different RHEL machines, one on my local laptop, one in VMware and two in Oracle cloud. They all behave the same way; the plugins never download.
Am I doing something wrong by specifying :latest for my plugins?
The only thing that I can see that’s in common with all of the build failures is:
> Apr 13, 2023 2:44:20 PM org.apache.http.impl.execchain.RetryExec execute
> INFO: Retrying request to {s}->https://ftp.yz.yamagata-u.ac.jp:443
> Apr 13, 2023 2:44:20 PM org.apache.http.impl.execchain.RetryExec execute
> INFO: Retrying request to {s}->https://ftp.yz.yamagata-u.ac.jp:443
> Apr 13, 2023 2:44:20 PM org.apache.http.impl.execchain.RetryExec execute
> INFO: Retrying request to {s}->https://ftp.yz.yamagata-u.ac.jp:443
Blockquote
I’m not sure why I’m reaching out to the .jp domain…