-
Bug
-
Resolution: Unresolved
-
Major
-
blueocean 1.1.4
-
-
Blue Ocean - Candidates
Scope
- Update the message so that it includes what input type Blue Ocean could not read
- Ensure we have this for parameterised jobs and input steps
- Message should look something like:
This pipeline uses unsupported input type $inputType(s). Use Jenkins Classic to resolve this parametrized build.
Problem
The error message displayed in a dialog box when attempting to run a build that uses a parameter input type unsupported by BO fails with this error message:
This pipeline uses input types that are unsupported. Use Jenkins Classic to resolve parametrized build.
The error string does not tell you the name of the offending parameter or the unsupported parameter type. Nor does it enumerate or link to a list of the supported input parameter types.
The error string is defined here:
which is coming from:
The enum of supported types is here:
- links to
This issue bites me and prevents use of BlueO. How about telling what field is not supported any place that is visible? JS console would be OK