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

Drop usage of jth.jenkins-war.path #340

Closed
wants to merge 1 commit into from

Conversation

jglick
Copy link
Member

@jglick jglick commented Oct 23, 2020

Fixes the errors in #338, I think. Probably also fixes the error in #308 by avoiding the need for jenkinsci/branch-api-plugin#222, and probably the error in #301 avoiding the need for jenkinsci/plugin-compat-tester#256.

Generally makes life easier, at the cost of weakening the test runs: we are no longer loading all the plugins in the BOM when running functional tests, only the ones mentioned in the test classpath for this particular plugin. Normally those other plugins would be irrelevant, but if they contribute @Extensions which break functionality of more basic plugins, we will no longer catch that.

@jglick jglick added the tests label Oct 23, 2020
@jglick
Copy link
Member Author

jglick commented Oct 23, 2020

Fails in workflow-basic-steps 2.176.x due to

Jenkins Git plugin version 4.2.2 failed to load.
 - Matrix Project Plugin version 1.4.1 is older than required. To fix, install version 1.14 or later.

Seems that a side effect of turning off this property is that we are getting detached plugins rather than the BOM versions in some cases—not what we want.

@jglick
Copy link
Member Author

jglick commented Oct 23, 2020

Withdrawing this.

@jglick jglick closed this Oct 23, 2020
@jglick jglick deleted the jth.jenkins-war.path branch October 23, 2020 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant