-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Gradle 2.3
gradle-jpi-plugin 0.13.1
The Gradle JPI plugin copies HPI/JPI dependencies from the jenkinsPlugins and optionalJenkinsPlugins configuraitons to a plugin folder on the test classpath to that the plugins can be used by the @WithPlugin annotation. HPI/JPI dependencies from the jenkinsTest configuration are not copied, but should be to enable testing with plugins that are neither mandatory nor optional dependencies.
Code changed in jenkins
User: Daniel Spilker
Path:
CHANGELOG.md
src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy
http://jenkins-ci.org/commit/gradle-jpi-plugin/9d6984ca464aa4b69c7e68d8d96803cf9fbcbb4a
Log:
copy HPI/JPI dependencies from jenkinsTest configuration to plugin folder on test classpath
[FIXES JENKINS-31451]