Currently, when configuring a pipeline (workflow) job, there is no option to specify node preferences on the job. Ideally this would either be supported as normally in the "Job Notifications" section (oddly) or better, via Pipeline syntax.
Something roughly like node("required-label", ScoringLabelPreference(["better": 1, "best": 2])) {}
Originally reported by mcrooney, imported from: scoring-load-balancer support for pipeline jobs
- status: Open
- priority: Minor
- component(s): scoring-load-balancer-plugin
- label(s): pipeline
- resolution: Unresolved
- votes: 6
- watchers: 9
- imported: 20251216-225446
Raw content of original issue
Currently, when configuring a pipeline (workflow) job, there is no option to specify node preferences on the job. Ideally this would either be supported as normally in the "Job Notifications" section (oddly) or better, via Pipeline syntax.
Something roughly like node("required-label", ScoringLabelPreference(["better": 1, "best": 2])) {}