On Tue, Apr 12, 2022 at 1:40 PM Tim Van Holder <[email protected]> wrote:
> a relatively simple way to have a build step for freestyle that would > essentially then have a dropdown for the 11 "real" steps which then shows > their configuration when selected > This is straightforward. (`ui-samples-plugin` may be instructive.) Just an abstract `Describable` supertype for the real things, and the `config.xml` for the `Builder` can have a `f:dropdownDescriptorSelector` and maybe nothing else. Each real thing has its own `config.jelly`. If you also add `@Symbol`’s, then for Pipeline you would get syntax like dotnet tool: makeAssembly(assemblySpecificOption: true), genericOption: 'whatever' -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr3eG-v5vNV4ScKYLPHRSCgCheLjGJsQ9H7_JVCbmTx6Xw%40mail.gmail.com.
