How can I checkout from SCM in a Jenkins Workflow: Multibranch job into a subdirectory of the job workspace? Are there any option to this:
checkout scm
dir('subdir') { checkout scm }