-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
I would like to use this plugin from a jenkins pipeline to easily trigger a build on the same node, something like
step([$class: 'TriggerBuilder', projects: 'windows_reboot', current: true, parameters: 'cleanup_windows_workspace=$WORKSPACE'])
Looks this plugin doesn't have support yet to be used from a jenkins pipeline (as far as I could find, no documentation at least)