I have Jenkins setup without nodes, all builds are run on the same machine. I want to setup a Groovy script to cleanup old workspaces, so I want to use:
proj.scm.processWorkspaceBeforeDeletion(@Nonnull Job<?,?> project,
@Nonnull FilePath workspace,
@Nonnull Node node)
What value should I put for node
when on master?