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

Correct version extraction from manifest with optional plugins #360

Merged

Conversation

@timja
Copy link
Member

@timja timja commented Aug 25, 2021

Incrementals now resolve dependencies correctly when there is an optional plugin

Previously I was getting:

Plugin azure-keyvault:125.vfe1a7baf2b0a depends on workflow-api:2.46;resolution, but there is an older version defined on the top level - workflow-api:2.46

This was because the version was set to '2.46;resolution', due to resolution=optional being on the line that was being split.

The tests had captured this mistake 😢

@timja timja added the bug label Aug 25, 2021
msl8r
msl8r approved these changes Aug 25, 2021
@timja timja merged commit 86c869e into jenkinsci:master Aug 25, 2021
13 checks passed
13 checks passed
@ci-jenkins-io[bot]
CPD No issues.
Details
@ci-jenkins-io[bot]
CheckStyle No issues.
Details
@ci-jenkins-io[bot]
Java Compiler No issues.
Details
@ci-jenkins-io[bot]
JavaDoc 3 new issues, 14 total.
Details
@ci-jenkins-io[bot]
Jenkins Success
Details
@ci-jenkins-io[bot]
Maven 1 new issue, 16 total.
Details
@ci-jenkins-io[bot]
Open Tasks Scanner No new issues, 8 total.
Details
@ci-jenkins-io[bot]
PMD No issues.
Details
@ci-jenkins-io[bot]
SpotBugs No issues.
Details
@ci-jenkins-io[bot]
Tests / linux-11 / Build (linux-11) skipped: 2, passed: 158
Details
@ci-jenkins-io[bot]
Tests / linux-8 / Build (linux-8) skipped: 2, passed: 158
Details
@ci-jenkins-io[bot]
Tests / windows-11 / Build (windows-11) skipped: 4, passed: 156
Details
@jenkinsadmin
continuous-integration/jenkins/incrementals Deployed to Incrementals.
Details
@timja timja deleted the correct-version-number-in-manifest-resolution branch Aug 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants