-
Bug
-
Resolution: Unresolved
-
Critical
-
Dev
I'm having an issue when I use the docker.withRegistry(). When this executes I get the following exception thrown. I see the docker building the image but then it doesn't upload to the registry and throws this exception.
java.util.NoSuchElementException
Encountered the same issue. Resolved by editing the Dockerfile involved from "from ubuntu:xenial" to "FROM ubuntu:xenial". Docker says the instruction is not case sensitive, but apparently something in Jenkins/docker doesn't agree.