Skip to content
This repository has been archived by the owner on Sep 8, 2022. It is now read-only.

Commit

Permalink
[JENKINS-32765] Adapt to changed property name
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenc committed Feb 4, 2016
1 parent 6fff141 commit 7fb8540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/Main.java
Expand Up @@ -158,7 +158,7 @@ private static void _main(String[] args) throws Exception {
}
for (int i = 0; i < args.length; i++) {
if (args[i].startsWith("--pluginroot=")) {
System.setProperty("hudson.ClassicPluginStrategy.WORK_DIR",
System.setProperty("hudson.PluginManager.workDir",
new File(args[i].substring("--pluginroot=".length())).getAbsolutePath());
// if specified multiple times, the first one wins
break;
Expand Down

0 comments on commit 7fb8540

Please sign in to comment.