Hello Ullrich, Good to know :)
Hervé On Thu, Feb 2, 2023 at 4:38 PM Ullrich Hafner <[email protected]> wrote: > Sorry, false alarm :-) Now everything is back to normal... > > Am 02.02.2023 um 16:36 schrieb Ullrich Hafner <[email protected]>: > > Does this affect local builds as well? > > I now get failures while trying to fetch incremental releases: > > [ERROR] Failed to execute goal on project warnings-ng: Could not resolve > dependencies for project > io.jenkins.plugins:warnings-ng:hpi:10.0.0-SNAPSHOT: The following artifacts > could not be resolved: > io.jenkins.plugins:analysis-model-api:jar:11.0.0-rc645.3b_6973434c0b, > io.jenkins.plugins:plugin-util-api:jar:3.0.0-rc676.39c5d554b_82f, > io.jenkins.plugins:prism-api:jar:1.29.0-3-rc205.6b_6980cca_b_76, > io.jenkins.plugins:forensics-api:jar:2.0.0-rc1380.c93c627cd828, > io.jenkins.plugins:forensics-api:jar:tests:2.0.0-rc1380.c93c627cd828, > edu.hm.hafner:analysis-model:jar:tests:11.0.0-rc4947.d37dc2873c20, > io.jenkins.plugins:plugin-util-api:jar:tests:3.0.0-rc676.39c5d554b_82f: > Could not find artifact > io.jenkins.plugins:analysis-model-api:jar:11.0.0-rc645.3b_6973434c0b in > repo.jenkins-ci.org (https://repo.jenkins-ci.org/public/) -> [Help 1] > [ > > Am 01.02.2023 um 16:18 schrieb 'Herve Le Meur' via Jenkins Developers < > [email protected]>: > > Hello dear contributors, > > As explained in this "Artifact caching proxy activation" helpdesk issue > <https://github.com/jenkins-infra/helpdesk/issues/3369>, we're planning > to *activate the artifact caching proxy for all plugins*. > > The artifact caching proxy > <https://github.com/jenkins-infra/helpdesk/issues/2752> is a mechanism > we've put in place using nginx proxy in front of repo.jenkins-ci.org (our > JFrog sponsored Artifactory instance) and Maven Central to cache artifacts > download requests. > > The main goals are to decrease the consumed bandwidth (many terabytes per > month) and to increase Jenkins infrastructure reliability and resilience. > > I'm writing this mail to check if it's OK for everyone, and if there is no > major objection after a delay of 24 hours, we'll merge this PR > <https://github.com/jenkins-infra/pipeline-library/pull/577> around 14:00 > UTC on Thursday February 2 to switch this feature as opt-out for all > plugins using the buildPlugin function > <https://github.com/jenkins-infra/pipeline-library/blob/master/vars/buildPlugin.groovy?rgh-link-date=2023-02-01T09%3A53%3A32Z> > from the shared pipeline library. > > As the caches of these ACPs are warming up, the first plugin builds might > take a little bit more time, but the following ones should be quicker. > > In case you'll need for whatever reason to disable this mechanism > (discouraged), you will have two possibilities: > > - on your pull request, add a skip-artifact-caching-proxy label > - in your Jenkinsfile, add useArtifactCachingProxy: false to the > recommanded buildPlugin configuration > > <https://github.com/jenkinsci/archetypes/blob/master/common-files/Jenkinsfile?rgh-link-date=2023-02-01T09%3A53%3A32Z>, > ex: > > buildPlugin( useContainerAgent: true, useArtifactCachingProxy: false, // > Add this line to opt-out of this functionality and bypass the artifact > caching proxy configurations: [ [platform: 'linux', jdk: 17], > [platform: 'windows', jdk: 11], > ]) > > If you've got any questions or issues, please add them to the helpdesk > issue. > > Kind regards, > > Hervé for the Jenkins Infrastructure team > > -- > 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/CAL-Lwjw1_BV2y4VuoN%2Bon5G5dVABzkUi20h%3Do2%2BOE59oWYPcnA%40mail.gmail.com > <https://groups.google.com/d/msgid/jenkinsci-dev/CAL-Lwjw1_BV2y4VuoN%2Bon5G5dVABzkUi20h%3Do2%2BOE59oWYPcnA%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > > > > -- > 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/ADD45AF0-8924-41C7-A516-993ECC8712EF%40gmail.com > <https://groups.google.com/d/msgid/jenkinsci-dev/ADD45AF0-8924-41C7-A516-993ECC8712EF%40gmail.com?utm_medium=email&utm_source=footer> > . > -- 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/CAL-LwjyBSo2JMn4ez97KVzZixUZZ5O0076yuMgKKU%3DpCR0xFjQ%40mail.gmail.com.
