-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Artifactory outdated maven-metadata.xml
for public/com/github/jnr/jnr-posix/
#4472
Comments
After a check in Artifactory:
(Edited) The "broken" metadata most probably come from the atlassian remote repository. |
Now comes the billion dollar question: why do we have this repository still there :| Gotta search our old issues |
Comes from #3950 |
Ping @daniel-beck @MarkEWaite @basil I can't recall the state of our setup for Is there a path in which we want to remove this from the |
@jonesbusy is the problem solved on your side now? |
For me https://repo.jenkins-ci.org/public/com/github/jnr/jnr-posix/maven-metadata.xml still indicate 3.0.61 |
I recall that we intentionally added one or more Atlassian public caches because they provide open source components that some of our plugins require. I believe that we stopped mirroring the Atlassian caches that included more than open source components so that we would more easily detect the use of a proprietary component. I believe more history is available at: |
Do we have a way to exclude some path or define order in the virtual repository? |
Absolutely, that would be the most porbable "short term" fix for the |
Includes would be preferable here |
Yep, but switching to include might break some projects hence my question about recollections. naive question : do we have a technique to check dependencies across jenkinsci projects? |
I wish, perhaps one day with https://github.com/jenkins-infra/plugin-modernizer-tool |
ProposalLet's only mirrors the artifacts of As per #3842 (ref. #3842 (comment), #3842 (comment), #3842 (comment)) => it restricts the mirrored artifacts but not too aggressively.
|
Looks goods |
Service(s)
Artifactory
Summary
Hi,
While investigate why dependabot didn't found a new release on https://github.com/jenkinsci/jnr-posix-api-plugin/actions/runs/12630790439/job/35191287139
Original artifact are hosted on maven central : https://repo1.maven.org/maven2/com/github/jnr/jnr-posix/
Latest release is 3.1.20. Maven metadata is correct https://repo1.maven.org/maven2/com/github/jnr/jnr-posix/maven-metadata.xml
But on our Jenkins artifactory public repo it's not https://repo.jenkins-ci.org/public/com/github/jnr/jnr-posix/maven-metadata.xml
It's still indicate 3.0.61 even if 3.1.20 was downloaded (I did a build locally, and it's resolved)
Why the maven-metadata is incorrect ?
Might be related to foreign release #4444 ?
Can we try maybe to invalidate this maven-metadata.xml ?
Thanks
Reproduction steps
No response
The text was updated successfully, but these errors were encountered: