Skip to content

Commit

Permalink
Merge pull request #133 from darxriggs/upgrade-test-harness
Browse files Browse the repository at this point in the history
  • Loading branch information
sghill authored Jan 27, 2020
2 parents 853d8f6 + 75e01fa commit 04b50b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ class JpiExtension {
}

if (new VersionNumber(this.coreVersion) >= new VersionNumber('2.64')) {
testHarnessVersion = '2.31'
testHarnessVersion = '2.60'
}

// workarounds for JENKINS-26331
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ class JpiExtensionSpec extends Specification {

then:
def dependencies = collectDependencies(project, 'jenkinsTest')
'org.jenkins-ci.main:jenkins-test-harness:2.31' in dependencies
'org.jenkins-ci.main:jenkins-test-harness:2.60' in dependencies
'org.jenkins-ci.main:ui-samples-plugin:2.0' in dependencies
project.configurations.jenkinsWar in project.configurations.jenkinsTest.extendsFrom
}
Expand Down

0 comments on commit 04b50b1

Please sign in to comment.