-
Improvement
-
Resolution: Fixed
-
Major
-
None
I have not found the option Lightweight checkout in the DSL definition when using Pipeline job.
This is the UI look and feel:
And its xml :
... <definition class="org.jenkinsci.plugins.workflow.cps.CpsScmFlowDefinition" plugin="workflow-cps@2.39"> <scm class="hudson.plugins.git.GitSCM" plugin="git@3.5.1">...</scm> <scriptPath>ci-poc/resources/gpucore/gatekeeper.groovy</scriptPath> <lightweight>false</lightweight> </definition> ...
- is duplicated by
-
JENKINS-46389 Support lightweight checkout on cpsScm command
- Closed