@Félix: I'd recommend to simply switch to the plugin-pom v2.x as parent. It might indeed make sense to not use anymore the one from CloudBees now the same feature has been provided to plugin-pom 2.x (mainly being able to upgrade the plugin parent pom decorrelatedly from upgrading the jenkins minimal version [which you probably don't want to do here, indeed]).
INFRA-588 was fixed starting with plugin-pom 2.5 FWIW. See https://github.com/jenkinsci/plugin-pom/compare/4737fa14c0d5745...f139cd4d3c68123088 for related changes. IMO, it's a solution we should generally recommend, instead of asking plugin developers to clutter their pom.xml by copy/pasting code to fix INFRA-588 everywhere. 2016-06-02 12:44 GMT+00:00 suresh kumar <[email protected]>: > Hi Félix, > Please go through the below conversation, it may help you. I have gone > through the pom.xml, it doesn't contain the fix for INFRA-588. > This will help you > https://groups.google.com/forum/#!topic/jenkinsci-dev/jlM4mWB1ank > > Regards, > Suresh > > > > On Thursday, June 2, 2016 at 11:51:45 AM UTC+5:30, Félix Belzunce Arcos > wrote: >> >> Dear all, >> >> I recently tried to launch a new release of the amazon-ecr-plugin from UI >> [https://jenkins.ci.cloudbees.com/job/plugins/job/amazon-ecr-plugin], >> but it looks like that something related to credentials have changed? >> >> The build is failing: >> >> https://jenkins.ci.cloudbees.com/job/plugins/job/amazon-ecr-plugin/7/console >> >> * Does someone knows why this is happening and how to fix it? >> >> Regards, >> Félix >> > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" 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-dev/9f542ec2-6a74-4c02-8faf-80cdbf53ba29%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-dev/9f542ec2-6a74-4c02-8faf-80cdbf53ba29%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 Developers" 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-dev/CANWgJS4xn8%2BX-KNE0SSWBkP1w302Qf9Gt4oWmjMNToD5qJix0w%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
