-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Jenkins Version: 2.60.2
Java Version: 8u141
Jenkins was installed via https://hub.docker.com/r/jenkins/jenkins/
Plugins:
docker-build-step: 1.43
I have the docker REST endpoint for docker-build-step set to a remote DigitalOcean droplet. Jenkins is able to connect and start the image build process but every time it gets to
apt-get update
in our docker file, it times out almost immediately. I'm guessing this might be a problem with a default read timeout being too short, but as far as I know there's no way to override that behaviour.
The attached screenshot shows a build failing due to a timeout.