-
Bug
-
Resolution: Unresolved
-
Minor
On Windows XP Microsoft had the strange idea to default user profiles in a folder named "Documents and Settings" – with blanks in it!
Jenkins is unable to install an agent in such a folder. The problems seems that the derived service name will then contain blanks, which is not a problem for Windows apparently (one can go to the services GUI and press START, which actually starts the Jenkins agent service), but for Jenkins: Jenkins cannot start that service (will timeout).
If 8.3-Support is enabled, one can workaround by providing the abbreviated 8.3 name. But administrators can (and will sometimes) disable 8.3 support.
So Jenkins must learn to install a agent in such a folder.
[JENKINS-16730] Cannot install Jenkins agent in path with blanks
Component/s | New: core [ 15593 ] | |
Component/s | Original: slave-setup [ 15929 ] | |
Labels | New: winsw |
Priority | Original: Critical [ 2 ] | New: Minor [ 4 ] |
Workflow | Original: JNJira [ 147555 ] | New: JNJira + In-Review [ 176936 ] |
Assignee | Original: Kohsuke Kawaguchi [ kohsuke ] | New: Oleg Nenashev [ oleg_nenashev ] |
Component/s | New: windows-slave-installer-module [ 21834 ] |
Assignee | Original: Oleg Nenashev [ oleg_nenashev ] |
Summary | Original: Cannot install Jenkins slave in path with blanks | New: Cannot install Jenkins agent in path with blanks |
Description |
Original:
On Windows XP Microsoft had the strange idea to default user profiles in a folder named "Documents and Settings" -- with blanks in it! :-( Jenkins is unable to install a slave in such a folder. The problems seems that the derived service name will then contain blanks, which is not a problem for Windows apparently (one can go to the services GUI and press START, which actually starts the Jenkins slave service), but for Jenkins: Jenkins cannot start that service (will timeout). If 8.3-Support is enabled, one can workaround by providing the abbreviated 8.3 name. But administrators can (and will sometimes) disable 8.3 support. So Jenkins must learn to install a slave in such a folder. |
New:
On Windows XP Microsoft had the strange idea to default user profiles in a folder named "Documents and Settings" – with blanks in it! :(
Jenkins is unable to install an agent in such a folder. The problems seems that the derived service name will then contain blanks, which is not a problem for Windows apparently (one can go to the services GUI and press START, which actually starts the Jenkins agent service), but for Jenkins: Jenkins cannot start that service (will timeout). If 8.3-Support is enabled, one can workaround by providing the abbreviated 8.3 name. But administrators can (and will sometimes) disable 8.3 support. So Jenkins must learn to install a agent in such a folder. |