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

[JENKINS-47988] update test harness version on core version >= 2.64 #105

Merged
merged 1 commit into from Apr 4, 2018
Merged

[JENKINS-47988] update test harness version on core version >= 2.64 #105

merged 1 commit into from Apr 4, 2018

Conversation

jetersen
Copy link
Member

@jetersen jetersen commented Mar 29, 2018

This will resolve the issue reported in JENKINS-47988

@jetersen jetersen changed the title update test harness version on core version >= 2.64 [JENKINS-47988] update test harness version on core version >= 2.64 Mar 29, 2018
@@ -147,6 +147,10 @@ class JpiExtension {
servletApiVersion = '3.1.0'
}

if (new VersionNumber(this.coreVersion) >= new VersionNumber('2.64')) {
testHarnessVersion = '2.31'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could properly go higher 👍

@daspilker daspilker merged commit ad682d6 into jenkinsci:master Apr 4, 2018
@jetersen jetersen deleted the JENKINS-47988 branch April 4, 2018 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants