-
Improvement
-
Resolution: Unresolved
-
Major
-
blueocean 1.1.1
hidden-parameter 0.0.4
Hi all,
I used to configure my jobs with parameters which I don´t want it been visible for the rest of my jenkins users so few months ago I decided to use the plugin "hidden parameter" for this case.
The problem appears when I started to use Jenkins Pipelines with Blue Ocean. If I try to run a normal Pipeline (not declarative syntax) under Blue Ocean interface, I´m receiving the following error:
"This pipeline uses input types that are unsupported. Use Jenkins Classic to resolve parametrized build."
Seeing this link https://github.com/jenkinsci/blueocean-plugin/blob/d4a615534c8f8a5e94affc1a612038be90b109f9/blueocean-core-js/src/js/parameter/index.js#L20
I don´t see the hidden parameter type like supported:
Could be the hidden parameter type added to Blue Ocean?
Many thanks to all!