jenkinsci / jenkinsci/workflow-durable-task-step-plugin
[JENKINS-33995] ExecutorStep::labels should be recorded in the FlowNode graph
- Dominant language
- Java
- Stars
- 46
- Forks
- 110
- PR merge metrics
- No merged PRs in 30d
Description
In the current flow graph it's impossible to understand, which labels have been actually required by the node() call. Such info would be useful for the build analysis.
In WorkspaceActionImpl we get all labels of the build, so this info is not relevant.
---
Originally reported by
oleg_nenashev, imported from: ExecutorStep::labels should be recorded in the FlowNode graph
jglick
Raw content of original issue
In the current flow graph it's impossible to understand, which labels have been actually required by the node() call. Such info would be useful for the build analysis.
In WorkspaceActionImpl we get all labels of the build, so this info is not relevant.
- environment:
workflow-1.13
Contributor guide
Assessment
This issue has not been assessed yet.