-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
Can probably be fixed by switching from a builder: https://github.com/jenkinsci/parameterized-remote-trigger-plugin/blob/6e15739634caac29e71bcf589efc2ce9b6cb83c8/src/main/java/org/jenkinsci/plugins/ParameterizedRemoteTrigger/RemoteBuildConfiguration.java#L53 to be compatible with a recorder also.
Tested a POC for this locally.
Its entirely doable but requires a new recorder be created and some refactoring in order not to end up duplicating all the existing logic in the builder.
The global configuration also needs to be separated so that its not duplicated on the UI by the new recorder.