We are using the Jenkins Configuration As Code (JCAC) plugin to automate the jenkins configuration. One of the challenges is to set git-lfs as an additional checkout behavior.
GitLFSPull has to be configured, but it does not seem to be included in the DSL:
The README of the JCAC github repository indicates that support questions should be asked on Gitter
According to this Q&A, GitLFSPull should be an extension:
extensions: [[$class: 'GitLFSPull']]
However, querying for this on the Job DSL page shows that GitLFSPull seems to be omitted:

