-
Bug
-
Resolution: Fixed
-
Blocker
-
None
Agent Server Parameter does not affect Freestyle project's job node selection.
System:
- Jenkins 2.289.2 LTS from docker container
- Several connected windows agent nodes
- Pluging 'Agent Server Parameter'
- Freestyle project project
- Admin login
Steps to reproduce:
- Open project
- Click 'Configure' to change project configuration
- Check 'This project is parameterized'
- Click 'Add Parameter'
- Select 'Agent Server Parameter' and set 'name' e.g. 'agent-node'.
- Save project configuration
- Click 'Build with Parameters'
- For 'Agent Server Parameter' select non-default node name.
- Press 'Build' button
- Find started job and open the build page
Expected result: new build agent name should be the same as set in 'Agent Server Parameter' 'name' .
Actual Result: the actual new build agent name is different from selected name...
See attached screenshot Screenshot2021-07-21.png
Meantime, NODE plugin allows to select desired node as expected...