-
Improvement
-
Resolution: Unresolved
-
Minor
-
workflow-1.13
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.
- is related to
-
JENKINS-32225 Workflow's ExecutorStep should support searching of the node
-
- Open
-
-
JENKINS-31582 Log / document the plugin usage in the flow nodes
-
- Resolved
-
- relates to
-
JENKINS-52394 api/json?depth=2 - Duration not available
-
- Closed
-
[JENKINS-33995] ExecutorStep::labels should be recorded in the FlowNode graph
Description |
Original:
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 |
New:
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. Proposal: * Change the behavior of WorkspaceActionImpl#labels , because it it not documented * WorkspaceActionImpl#labels should list labels, which have been actually required by the run * WorkspaceActionImpl#allNodeLabels should store all node labels |
Labels | New: api |
Link |
New:
This issue is related to |
Link | New: This issue is related to JENKINS-32225 [ JENKINS-32225 ] |
Description |
Original:
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. Proposal: * Change the behavior of WorkspaceActionImpl#labels , because it it not documented * WorkspaceActionImpl#labels should list labels, which have been actually required by the run * WorkspaceActionImpl#allNodeLabels should store all node labels |
New:
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. |
Workflow | Original: JNJira [ 170010 ] | New: JNJira + In-Review [ 183726 ] |
Component/s | New: pipeline-general [ 21692 ] |
Component/s | Original: workflow-plugin [ 18820 ] |
Component/s | New: workflow-durable-task-step-plugin [ 21715 ] | |
Component/s | Original: pipeline [ 21692 ] |
Link |
New:
This issue is duplicated by |