Re: Amazon ECR Plugin not providing credentials for Docker Build & Push Plugin

2016-04-20 Thread A. Best
Just so that I can bring this thread to a proper conclusion, I worked out the issue. *TL;DR:* The Jenkins slave container derived from the jnlp-slave image (with the docker client installed) was using the *root* user instead of the *jenkins* user. This causes the ECR credentials to be

Re: Amazon ECR Plugin not providing credentials for Docker Build & Push Plugin

2016-04-12 Thread A. Best
Nicolas, Thanks for the response. Yes, I did select amazon credentials, as those are the only credentials I have setup on this instance. In this particular case I was doing a variation of the a Jenkins-Amazon build pipeline

Re: Amazon ECR Plugin not providing credentials for Docker Build & Push Plugin

2016-04-11 Thread nicolas de loof
Did you well selected amazon credentials in build and publish build step configuration ? 2016-04-11 22:53 GMT+02:00 A. Best : > *Versions used in testing:* > Jenkins: 1.642.3 > Amazon ECR Plugin: 1.0 > > Cloudbees Docker