未验证 提交 4c11a0ff 编写于 作者: O Oleg Nenashev 提交者: GitHub

Merge pull request #3124 from jenkinsci/stephenc-patch-1

[JENKINS-12251 follow up] Switch to the non-deprecated variable
......@@ -846,7 +846,7 @@ public class Jenkins extends AbstractCIBase implements DirectlyModifiableTopLeve
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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册