Skip to content

Commit

Permalink
Merge pull request #3124 from jenkinsci/stephenc-patch-1
Browse files Browse the repository at this point in the history
[JENKINS-12251 follow up] Switch to the non-deprecated variable
  • Loading branch information
oleg-nenashev committed Nov 12, 2017
2 parents 95db56e + ee47034 commit 4c11a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/jenkins/model/Jenkins.java
Expand Up @@ -846,7 +846,7 @@ protected Jenkins(File root, ServletContext context, PluginManager pluginManager

if (!new File(root,"jobs").exists()) {
// if this is a fresh install, use more modern default layout that's consistent with agents
workspaceDir = "${JENKINS_HOME}/workspace/${ITEM_FULLNAME}";
workspaceDir = "${JENKINS_HOME}/workspace/${ITEM_FULL_NAME}";
}

// doing this early allows InitStrategy to set environment upfront
Expand Down

0 comments on commit 4c11a0f

Please sign in to comment.