-
Bug
-
Resolution: Unresolved
-
Critical
-
None
I was using INPUT_PARAMS to get inputs from user Now, I am trying to use blue ocean,SO :
- I installed Blue Ocean in Plugins in Jenkins
- Built the Job , their is a problem that ==>
Error
This pipeline uses input types that are unsupported. Use Jenkins Classic to resolve this input step.
Resolve Input
4. When cliking on Reslove Inputs, It will redirect to the old Gui for INPUT_PARAMS
Any Recommendation to solve that Issue ?
OR their is an alternative option instead of INPUT_PARAMS in Blue Ocean
Thanks in advance
I think the problem is with Dynamic ==> for example if you are using Active choices parameter which use groovy script to get data and fill the parameter Those ERROR Message will raise
If you are using Pipeline script get data dynamically this ERROR Message will raise
So, Any Recommendations ?
Thanks a million