Can you check your $HOME dir for .dockercfg file ? It should have private registry credentials set by the plugin Also check for a ~/.docker/config.json, if present then docker will use this one. You then need docker-commons 1.1 for this to be handled correctly.
2015-07-12 11:39 GMT+02:00 eliran shlomo <[email protected]>: > Hi All, > After updating docker to latest CentOS version (1.6) the build and publish > plugin failed to push private repository > > Do you really want to push to public registry? [y/n]: EOF > Build step 'Docker Build and Publish' marked build as failure > > > My thoughts it's because of a user\pass problem but i can't find anywhere to > put them (until now i used execute shell and used docker login -u). > > > any advise? > > > Thanks, > > Eliran > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/0bef23c5-868d-4b8d-9738-db54aaeae065%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/0bef23c5-868d-4b8d-9738-db54aaeae065%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CANMVJzk4SyZBYZzU3ykqw%3Dxqn6KBp%2BtPMqpgxP3vv8V2GoEm1A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
