-
New Feature
-
Resolution: Fixed
-
Major
-
None
People should be able to test unreleased versions of the plugin with the acceptance test harness. Wiring script should be able to specify override from local file system.
Also note that in this case, dependencies need to be obtained from manifest, not from update center metadata.
Code changed in jenkins
User: Kohsuke Kawaguchi
Path:
src/main/java/org/jenkinsci/test/acceptance/guice/LocalPluginOverride.java
src/main/java/org/jenkinsci/test/acceptance/junit/WithPlugins.java
http://jenkins-ci.org/commit/acceptance-test-harness/aadc0f80798d6b983f056e0c7200daf01637ae5f
Log:
[FIXED JENKINS-24372]
Allow test runner to override plugin installation from udpate center by
a local file. Useful for testing unreleased plugins