|
|
@@ -210,7 +210,7 @@ public class GenCodeController extends BaseController {
|
|
|
//String root = StringUtils.join(Arrays.copyOfRange(arr, 0, arr.length - 2), File.separator);
|
|
|
String root = arr[0];
|
|
|
if ("linux".equalsIgnoreCase(System.getProperties().getProperty("os.name"))) {
|
|
|
- map.put("root", "/root/.jenkins/workspace/信牧基础平台");
|
|
|
+ map.put("root", "/var/lib/jenkins/workspace/信牧基础平台");
|
|
|
} else {
|
|
|
map.put("root", root);
|
|
|
}
|