-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
Jenkins v2.85 on Linux, slaves on Windows and Linux
I have a jenkins freestyle job running on the jenkins master.
Depending on the operating system of the slave it tries to start different freestyle jobs on the slaves.
The jobs to start on Linux slaves will be started correctly.
The jobs to start on Windows slaves are created and are shown as waiting for a free build processor on the windows slave. But the slave is online and the defined 4 worker threads are idle.
If i go back to version 2.35.1 the jobs will be started as designed.
[JENKINS-47547] Plugin in version 2.35.2 does not start a jenkins job on Windows slave
Summary | Original: Plugin in version 2.35.2 starts no jenkins job on Windows slave | New: Plugin in version 2.35.2 does not start a jenkins job on Windows slave |
Jenkins slave on a Linux system will be started with "ssh".
Jenkins slave on Windows system is installed as a windows service, running as local administrator.