-
Task
-
Resolution: Duplicate
-
Minor
-
None
-
-
workflow-durable-task-step 2.28
The motivation for this comes from JENKINS-36933 and JENKINS-37324.
I created a small plugin at https://github.com/vickychijwani/labelled-steps-plugin (see HOSTING-606) that works identically to the sh step but allows for a custom label by implementing argumentsToString(). Quick example:
labelledShell label: 'Building the universe from scratch...', script: """ echo "Sparking the Big Bang..." echo "Cosmic inflation begins..." # ... """
Would the maintainers of workflow-durable-task-step-plugin be willing to accept the labelledShell step into the existing plugin instead? Or even accept a patch to the sh step with an optional label argument? That way we could avoid having a separate plugin for what seems like highly-requested functionality. Please let me know, thanks.
- duplicates
-
JENKINS-55410 Add label attribute for persistable steps to improve usability
-
- Resolved
-
- relates to
-
JENKINS-37324 We would like a more meaningful description of a step
-
- Closed
-
[JENKINS-52902] Would a PR be accepted with a new "labelledShell" step, or an optional "label" argument to the "sh" step?
Link |
New:
This issue relates to |
Link |
New:
This issue is related to |
Link |
New:
This issue duplicates |
Released As | New: workflow-durable-task-step 2.28 | |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Fixed but Unreleased [ 10203 ] |
Link |
Original:
This issue is related to |
Opinions vary. Personally I think it is the wrong design (that the ultimate need is better addressed in other ways).