Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: 71743ac3f3d85e4dca43ff904fff6b85865de139 https://github.com/jenkinsci/gradle-jpi-plugin/commit/71743ac3f3d85e4dca43ff904fff6b85865de139 Author: Steve Hill <sghill....@gmail.com> Date: 2021-02-08 (Mon, 08 Feb 2021)
Changed paths: M src/main/kotlin/org/jenkinsci/gradle/plugins/testing/JpiTestingPlugin.kt M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/AddedDependenciesIntegrationSpec.groovy M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiIntegrationSpec.groovy Log Message: ----------- Separate buildDirectory settings for test tasks The buildDirectory system property is used for unpacking the Jenkins war file[1] and installing plugins into. GeneratedJenkinsTests only need the plugins on the runtimeClasspath, but test also packages plugins on the testRuntimeClasspath. Relocate these directories under the build/jpi-plugin folder so it's clearer the jpi plugin produces these files. [1]: https://github.com/jenkinsci/jenkins-test-harness/blob/jenkins-test-harness-2.71/src/main/java/org/jvnet/hudson/test/WarExploder.java#L125 Related to #180 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/747e4d-71743a%40github.com.