-
Improvement
-
Resolution: Fixed
-
Minor
-
None
If you define your credentials at a folder level the ECR plugin cannot access to them.
Looking at https://github.com/jenkinsci/amazon-ecr-plugin/blob/master/src/main/java/com/cloudbees/jenkins/plugins/amazonecr/AmazonECSRegistryCredential.java#L76, ecr plugin only look for credentials from Jenkins.instance context, not within current folder.
- links to