Skip to content

Commit

Permalink
[JENKINS-24064] war-for-test classifier is not supported from 2.64+
Browse files Browse the repository at this point in the history
[JENKINS-24064](https://issues.jenkins-ci.org/browse/JENKINS-24064)

Bumped jenkins-test-harness and also removed the war-for-test classifier as required since version 2.64 onwards

Further details:
- https://groups.google.com/forum/#!topic/job-dsl-plugin/oPjqGR6VTpU
  • Loading branch information
v1v committed Jan 10, 2018
1 parent 18ed5c7 commit ca99792
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/Testing-DSL-Scripts.md
Expand Up @@ -49,9 +49,8 @@ when running the DSL scripts, e.g. for testing [[extensions|Extending the DSL]]
testCompile 'org.spockframework:spock-core:0.7-groovy-1.8'

// Jenkins test harness dependencies
testCompile 'org.jenkins-ci.main:jenkins-test-harness:2.8'
testCompile 'org.jenkins-ci.main:jenkins-test-harness:2.33'
testCompile "org.jenkins-ci.main:jenkins-war:${jenkinsVersion}"
testCompile "org.jenkins-ci.main:jenkins-war:${jenkinsVersion}:war-for-test@jar"

// Job DSL plugin including plugin dependencies
testCompile "org.jenkins-ci.plugins:job-dsl:${jobDslVersion}"
Expand Down

0 comments on commit ca99792

Please sign in to comment.