Hi Stefan,
Just a naïve guess: This might be a little bug in Jenkins pipeline, but you should be able to work around it…
“action” in pipeline file is named argument map element for custom “someStep” step
Therefore in custom “someStep” step:
additionalActions.action … might still work
but additionalActions.action() doesn’t work (anymore since about mid July 2019)
additionalActions.action.call()
HTH Reinhold
--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
jenkinsci-use...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-users/9fbfb50b0e6447649044dd69d43ac6b4%40tk.de.
Hi Reinhold,
in can't believe, it was that easy… Thanks, your guess worked!!!
Regards
Stefan
Von: jenkins...@googlegroups.com [mailto:jenkins...@googlegroups.com]
Im Auftrag von Reinhold Füreder
Gesendet: Mittwoch, 23. Oktober 2019 15:36
An: jenkins...@googlegroups.com
Betreff: RE: Issue with cps-method-mismatches
Hi Stefan,
Just a naïve guess: This might be a little bug in Jenkins pipeline, but you should be able to work around it…
“action” in pipeline file is named argument map element for custom “someStep” step
Therefore in custom “someStep” step:
additionalActions.action … might still work
but additionalActions.action() doesn’t work (anymore since about mid July 2019)
ð Try:
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/AM0PR01MB6147305B7F0F1D2AC8B19F42F76B0%40AM0PR01MB6147.eurprd01.prod.exchangelabs.com.