Details
-
Type:
New Feature
-
Status: Open (View Workflow)
-
Priority:
Minor
-
Resolution: Unresolved
-
Component/s: core
-
Labels:
-
Similar Issues:
-
Epic Link:
Description
Currently there is no generic Run#createLauncher() logic which would generalize creation and decoration of launchers. Such logic exists on the AbstractBuild level, and hence there is no generic way to introduce new Decorators in the core.
It would be useful if the common code is moved to the Run class and then reused in plugins like Pipeline