You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the global library working and the classes load correctly but I can't work out what to pass the JobBuilder class. I understand that it needs the right JobDSL closure which will provide the delegate needed by the classes but I can't determine how to construct it. I have tried importing and using a large number of classes from the plugin and associated code without success. I have also experimented with using the Pipeline JobDsl step, equally unseuccesfully. Can you point me in the right direction?
Cheers.
The text was updated successfully, but these errors were encountered:
Hi,
I have your classes working nicely from a JobDSL script via
import
. I'd also like to be able to call them from a Pipeline script along these lines:I have the global library working and the classes load correctly but I can't work out what to pass the JobBuilder class. I understand that it needs the right JobDSL closure which will provide the delegate needed by the classes but I can't determine how to construct it. I have tried importing and using a large number of classes from the plugin and associated code without success. I have also experimented with using the Pipeline
JobDsl
step, equally unseuccesfully. Can you point me in the right direction?Cheers.
The text was updated successfully, but these errors were encountered: