Skip to content
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

Upgrade to Maven 3.8.5 blocks Jenkins core development #2835

Closed
basil opened this issue Mar 19, 2022 · 3 comments · Fixed by jenkins-infra/jenkins-infra#2103
Closed

Upgrade to Maven 3.8.5 blocks Jenkins core development #2835

basil opened this issue Mar 19, 2022 · 3 comments · Fixed by jenkins-infra/jenkins-infra#2103

Comments

@basil
Copy link
Collaborator

basil commented Mar 19, 2022

Service(s)

ci.jenkins.io

Summary

All Jenkins core PR builds are currently failing with Maven errors. As a result all Jenkins core development is blocked.

The cause of the problem is MNG-7432, a regression in Maven 3.8.5. A fix for this regression has been proposed in apache/maven#695. At the time of this writing, the fix has neither been merged nor released.

To unblock Jenkins core development, please revert to Maven 3.8.4.

Reproduction steps

Build a Jenkins core PR and observe the Maven errors.

@dduportal
Copy link
Contributor

The PR jenkins-infra/jenkins-infra#2103 reverts both (Jenkins) tool and VM agent templates to ensure that Maven 3.8.4 is used.

@dduportal
Copy link
Contributor

The cause of the problem is MNG-7432, a regression in Maven 3.8.5. A fix for this regression has been proposed in apache/maven#695. At the time of this writing, the fix has neither been merged nor released.

Thanks for informations @basil ! We'll check once Maven 3.8.6 is released if this regression is fixed.

@basil
Copy link
Collaborator Author

basil commented Mar 20, 2022

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment