jenkinsci / jenkinsci/parameterized-trigger-plugin
[JENKINS-47547] Plugin in version 2.35.2 does not start a jenkins job on Windows slave
- Dominant language
- Java
- Stars
- 77
- Forks
- 174
- Avg merge
- 22h 27m
- Merged PRs (30d)
- 1
Description
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.
---
Originally reported by rw250155, imported from: Plugin in version 2.35.2 does not start a jenkins job on Windows slave
Raw content of original issue
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.
- environment:
Jenkins v2.85 on Linux, slaves on Windows and Linux
Contributor guide
Assessment
This issue has not been assessed yet.