-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: blueocean-plugin, persistent-parameter-plugin
-
None
Hello,
is it possible to add new parameter types to the Blue Ocean plugin?
I use the PersistentStringParameter and this is the only one that prevents my pipelines to run within the Blue Ocean interface.
From what I see, only difference of the persistent parameters, is they load the value with job.getLastSuccessfulBuild()....
Â
I would like to add a new parameter and/or create a plugin, but I don't know how.
As far as I can tell:
If I add the functionality here: String
I can make it work?
Can anyone tell me if I'm correct?
How do I implement this in me own Jenkins instance?
Can I add this via Pull Request of the Blue Ocean plugin?
Â
Thanks many times