If you provide this parameter, the exwsAllocate step will allocate the first workspace used by the selected run.

This is a RunWrapper object. You can get a reference by using the runSelector step from the Run Selector Plugin.

Basic usage example:

    def run = runSelector projectName: 'upstream-project-name'
    def extWorkspace = exwsAllocate selectedRun: run
    ...