On Tuesday, July 19, 2022 at 11:10:22 AM UTC-6 Jesse Glick wrote:

> I did not see any such message in `priority-sorter-plugin`. Is there a way 
> to reproduce?
>

Thanks for sharing that you don't see that message.  Your earlier comment 
about my settings.xml having an incorrect mirror definition seems to be the 
key to the difference in what you see and what I see.

I see the message with my previous mirror definition:

  <mirrors>
    <mirror>
      <id>repo.jenkins-ci.org</id>
      <url>https://repo.jenkins-ci.org/public/</url>
      <mirrorOf>m.g.o-public</mirrorOf> -->
    </mirror>
  </mirrors>

I don't see the message with the corrected mirror definition:

  <mirrors>
    <mirror>
      <id>repo.jenkins-ci.org</id>
      <url>https://repo.jenkins-ci.org/public/</url>
      <mirrorOf>*,!repo.jenkins-ci.org,!incrementals</mirrorOf>
    </mirror>
  </mirrors>

I'll correct my mirror definition and see if I can find the location on 
ci.jenkins.io to correct its mirror definition as well.

Thanks again!
Mark Waite

-- 
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/8b519e39-970d-45e6-8b3d-0ad7571482b3n%40googlegroups.com.

Reply via email to