On Mon, Apr 18, 2022 at 4:38 AM Tim Van Holder <[email protected]> wrote:
> Can a plugin include code that will update a freestyle project that uses > the DotNetFoo builder to use the DotNet builder with a Foo argument instead? > It is possible with an `@Initializer`. I'd have to keep them around for pipeline use anyway > Correct. is there anything in Jenkins that will report warnings for use of > deprecated steps in a pipeline job? > No, but you could print a message to a `TaskListener` in case the user is paying attention. If you want to be more aggressive, there is always `AdministrativeMonitor`. -- 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/CANfRfr1hYyguDRxfxdWGyEKp_Yv%3D-XxjnGVbUhAnLGFMQQsKEQ%40mail.gmail.com.
