jenkinsci / jenkinsci/workflow-durable-task-step-plugin
[JENKINS-32225] Workflow's ExecutorStep should support searching of the node
- Dominant language
- Java
- Stars
- 46
- Forks
- 110
- PR merge metrics
- No merged PRs in 30d
Description
We want to record the information about nodes being used by workflow.
Currently it's difficult, because Workflow plugin does not offer extension points allowing to monitor executions and to discover executor usages.
I propose to add a new FlowListener extension point, which allows to subscribe to workflow node status changes.
---
Originally reported by
oleg_nenashev, imported from: Workflow's ExecutorStep should support searching of the node
Raw content of original issue
We want to record the information about nodes being used by workflow.
Currently it's difficult, because Workflow plugin does not offer extension points allowing to monitor executions and to discover executor usages.I propose to add a new FlowListener extension point, which allows to subscribe to workflow node status changes.
Contributor guide
Assessment
This issue has not been assessed yet.