-
Bug
-
Resolution: Duplicate
-
Minor
-
None
Repro Steps
- Create a pipeline which uses an input step with a parameter type that is not supported by Blue Ocean, e.g. https://github.com/histos/pipeline-samples/blob/parameters-input-step-unsupported-type/Jenkinsfile
- Run the pipeline
- Open the "Run Details" for the pipeline in its "PAUSED" state
Expected Behavior
- Message should display saying the parameter type is unsupported and "Jenkins Classic" link should work
Actual Behavior
- Link's href is empty and does nothing
- duplicates
-
JENKINS-45334 REGRESSION "input parameter not support go to classic link" does not work
-
- Closed
-
This seems to work fine in the "parameterized job run button dialog" that displays when a user runs a job that uses top-level parameters which are unsupported in Blue Ocean. If possible we should unify the code in these two places.