Details
-
Improvement
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
Use case
Developers would like to see the provided input parameters in the UI after the execution of the input step has been completed. This provides additional context about who proceeded on input and what parameters were passed.
Today the input step throws away the execution data which means we are unable to later display it to the user. If the Input Step persisted its execution and values then we could build a UI for this.
Attachments
Issue Links
- blocks
-
JENKINS-40672 Display accepted Pipeline input parameters
-
- Open
-
- is blocked by
-
JENKINS-43857 PasswordParameterDefinition should be filtered from InputSubmittedAction
-
- In Review
-
- relates to
-
JENKINS-30972 Add a way to distinguish workflow input steps approvals shown on the build page
-
- Open
-
- links to
Activity
Field | Original Value | New Value |
---|---|---|
Issue Type | Bug [ 1 ] | Improvement [ 4 ] |
Link | This issue blocks JENKINS-40672 [ JENKINS-40672 ] |
Description |
*Use case* Developers would like to see the provided input parameters in the UI after the execution of the input step has been completed. This provides additional context about who proceeded on input and what parameters were passed. Today the input step throws away the execution data which means we are unable to later display it to the user. |
*Use case* Developers would like to see the provided input parameters in the UI after the execution of the input step has been completed. This provides additional context about who proceeded on input and what parameters were passed. Today the input step throws away the execution data which means we are unable to later display it to the user. If the Input Step persisted its execution and values then we could build a good API for this. |
Description |
*Use case* Developers would like to see the provided input parameters in the UI after the execution of the input step has been completed. This provides additional context about who proceeded on input and what parameters were passed. Today the input step throws away the execution data which means we are unable to later display it to the user. If the Input Step persisted its execution and values then we could build a good API for this. |
*Use case* Developers would like to see the provided input parameters in the UI after the execution of the input step has been completed. This provides additional context about who proceeded on input and what parameters were passed. Today the input step throws away the execution data which means we are unable to later display it to the user. If the Input Step persisted its execution and values then we could build a UI for this. |
Status | Open [ 1 ] | In Progress [ 3 ] |
Assignee | Andrew Bayer [ abayer ] |
Status | In Progress [ 3 ] | In Review [ 10005 ] |
Remote Link | This issue links to "PR #12 (Web Link)" [ 15906 ] |
Link | This issue relates to JENKINS-30972 [ JENKINS-30972 ] |
Resolution | Fixed [ 1 ] | |
Status | In Review [ 10005 ] | Resolved [ 5 ] |
Link | This issue is blocked by JENKINS-43857 [ JENKINS-43857 ] |
Remote Link | This issue links to "CloudBees Internal UX-609 (Web Link)" [ 18198 ] |
So we do have the user via ApproverAction, but only for the whole Run. So we need to expand that to the other parameters and save it to the FlowNode as well.