Issue Type: Bug Bug
Assignee: vjuranek
Components: docker-build-step-plugin
Created: 11/Mar/15 7:11 PM
Description:

Attempting to push to an unauthenticated registry, and am getting:

FATAL: authConfig was not specified
java.lang.NullPointerException: authConfig was not specified
at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:204)
at com.github.dockerjava.core.command.AbstrAuthCfgDockerCmd.withAuthConfig(AbstrAuthCfgDockerCmd.java:33)
at com.github.dockerjava.core.DockerClientImpl.pushImageCmd(DockerClientImpl.java:129)
at org.jenkinsci.plugins.dockerbuildstep.cmd.PushImageCommand.execute(PushImageCommand.java:72)
at org.jenkinsci.plugins.dockerbuildstep.DockerBuilder.perform(DockerBuilder.java:78)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:770)
at hudson.model.Build$BuildExecution.build(Build.java:199)
at hudson.model.Build$BuildExecution.doRun(Build.java:160)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:533)
at hudson.model.Run.execute(Run.java:1745)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)

No authentication is needed for this registry, and none is specified in Jenkins.

Thanks.

Environment: docker-build-step 1.20
jenkins 1.580.2
Project: Jenkins
Priority: Major Major
Reporter: Nolan Darilek
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to