| I am having a similar issue, but I am in us-east-1... so what you guys are saying is that it should work... It appears to me like the plug-in isn't even trying to request a new token. I have tried this with both a regular Jenkins project where I can select my credentials from a dropdown and a Jenkins pipeline project where I select it by ID "ecr:aws". I can't get it to work consistently with: sh 'eval `aws ecr get-login`' but every time I'm having trouble, if I ssh into the machine and type "aws ecr get-login", builds work instantly for a few hours. this is very frustrating, its like the code isn't even trying to get a token, or if its failing its not putting it in the log. Ideas? I don't want to have to make get-login a cron job..... |