-
-
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
Plugin build pipeline stopped working #3737
Comments
I was able to reproduce the issue on a local build while using the Analysis in progress... |
This problem is related to the operations around Artifactory (ref. #3599). cc @MarkEWaite it looks like this error is the one that blocks us from fully removing the Maven Central repository mirror from repo.jenkins-ci.org. I was able to fix the error by adding an explicit Continuing analysis... |
For info, I might have a solution in #3599 (comment) @eduard-tita on short time, you can merge my PR (or do your own with the same code, I don't mind) to fix your build problem (ref. jenkinsci/nexus-platform-plugin#276) |
Thank you, @dduportal. I applied your changes and I got a green build again. You can close the draft PR. |
For info, we caused this jenkinsci/maven-hpi-plugin#529 (comment) |
Service(s)
ci.jenkins.io
Summary
We just noticed that the nexus-platform-plugin build pipeline stopped working recently.
For instance, the https://ci.jenkins.io/job/Plugins/job/nexus-platform-plugin/job/PR-268/1/ build fails due to:
Nothing material has changed in the plugin code since the last successful build, which was on August 1 and relied on the same plugin and version as the one mentioned in the error message above (i.e.
org.jenkins-ci.tools:maven-hpi-plugin:jar:3.32
).This issue blocks us from releasing new versions of the plugin.
Reproduction steps
See: https://ci.jenkins.io/job/Plugins/job/nexus-platform-plugin/job/PR-268/1/
The text was updated successfully, but these errors were encountered: