Currently I am trying to do something like thisnew PowerShell(<commands>).perform((AbstractBuild<?, ?>) run, launcher, listener)
--
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 jenkinsci-de...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/582135c0-5ebc-4e36-b884-72c7e736d110%40googlegroups.com.
Why are you casting into AbstractBuild? If this is what the powershell plugin expects, then a fix seems indeed needed there to accept a Run instead.If it already does, remove your cast.(Cannot check myself, low to no bandwidth connection to Internet currently)
Le mar. 6 août 2019 à 15:56, Rajeev Ranjan <rajeevr...@gmail.com> a écrit :
Currently I am trying to do something like this--new PowerShell(<commands>).perform((AbstractBuild<?, ?>) run, launcher, listener)
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 jenkin...@googlegroups.com.