On Mon, Apr 11, 2022 at 11:53 PM Tim Van Holder <[email protected]> wrote:
> I maintain a plugin (dotnet-sdk) that mostly provides a global tool and > associated wrapper. > But it also has a bunch (currently 11) convenience steps that can be used > (instead of the wrapper plus bat/pwsh/...). > I got a ticket saying that this caused a bit of a clutter for freestyle > jobs, because the list popped up by "Add build step" gets pretty long, > which was fair enough. It turned out to be very easy (using isApplicable()) > to have each of the steps optionally "hide" itself based on a flag in a > GlobalConfiguration. > Not what you're asking for, but have you considered migrating to a single ".NET" build step that offers 11 modes? That would cut down on top-level options offered by default and make the list friendlier for people who need this variety. -- 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/CAMo7PtJ0J%2BQmYPrZV_j2tLJ4te4w0T%3D-ipB8LWAxiFLxsM-Kiw%40mail.gmail.com.
