Skip to content

Commit

Permalink
Updated jenkins.war default path for linux (#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsAftabAlam committed Dec 7, 2023
1 parent f07c981 commit 24e1445
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public class Settings {
DEFAULT_WAR = "C:\\ProgramData\\Jenkins\\jenkins.war";
DEFAULT_PLUGIN_DIR_LOCATION = "C:\\ProgramData\\Jenkins\\Reference\\Plugins";
} else {
DEFAULT_WAR = "/usr/share/jenkins/jenkins.war";
DEFAULT_WAR = "/usr/share/java/jenkins.war";
DEFAULT_PLUGIN_DIR_LOCATION = "/usr/share/jenkins/ref/plugins";
}
}
Expand Down

0 comments on commit 24e1445

Please sign in to comment.