[JIRA] (JENKINS-57210) Issue with docker.withRegistry

9 views
Skip to first unread message

knoxm1@gmail.com (JIRA)

unread,
Apr 28, 2019, 9:46:02 PM4/28/19
to jenkinsc...@googlegroups.com
Michael Knox created an issue
 
Jenkins / Bug JENKINS-57210
Issue with docker.withRegistry
Issue Type: Bug Bug
Assignee: Unassigned
Components: docker-workflow-plugin
Created: 2019-04-29 01:45
Environment: Dev
Labels: plugin pipeline
Priority: Critical Critical
Reporter: Michael Knox

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

Add Comment Add Comment
 
This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)

jenkins-jira@lanndark.com (JIRA)

unread,
Jun 7, 2019, 12:17:02 PM6/7/19
to jenkinsc...@googlegroups.com
Jeff Wartes commented on Bug JENKINS-57210
 
Re: Issue with docker.withRegistry

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.

Reply all
Reply to author
Forward
0 new messages