Commit
f6b43daa3ea886c62d521f2e73c7b54758aa3a20
by Jonathan Lebonvars/checkoutToDir: fix checkout step syntax
The extensions object's syntax here is incorrect:
> WARNING: Unknown parameter(s) found for class type 'hudson.plugins.git.extensions.impl.RelativeTargetDirectory': recursiveSubmodules
The `recursiveSubmodules` option is part of another extension type we
need to add to the list.