-
Bug
-
Resolution: Not A Defect
-
Minor
-
v2.387.3, Windows 10, Chrome, JDK-17
In agent configure page. If "Remote root directory" has any leading blank space, Jenkins can't parse it anymore. For example, " c:\jenkins-agent" doesn't work but "c:\jenkins-agent" works.
" c:\jenkins-agent" was considered as a raw string rather than a file path. The agent starting is also failed because it can't find the root directory.
The workaround is to NOT include any leading space
[JENKINS-71215] In agent configure, "Remote root directory" can't be recognized when there is any leading space
Resolution | New: Not A Defect [ 7 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Remove the space, then. Paths don't start with a leading space.