Skip to content

Commit b460b2f

Browse files
committed
Set default LIGHT_WEIGHT_CHECKOUT to true
Signed-off-by: Lan Xia <[email protected]>
1 parent e4a2d3c commit b460b2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildenv/jenkins/testJobTemplate

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ if (!binding.hasVariable('DOCKER_REGISTRY_DIR')) DOCKER_REGISTRY_DIR = ""
5151
if (!binding.hasVariable('DOCKER_REGISTRY_URL_CREDENTIAL_ID')) DOCKER_REGISTRY_URL_CREDENTIAL_ID = ""
5252
if (!binding.hasVariable('SLACK_CHANNEL')) SLACK_CHANNEL = ""
5353
if (!binding.hasVariable('TRIGGER_SCHEDULE')) TRIGGER_SCHEDULE = ""
54-
if (!binding.hasVariable('LIGHT_WEIGHT_CHECKOUT')) LIGHT_WEIGHT_CHECKOUT = false
54+
if (!binding.hasVariable('LIGHT_WEIGHT_CHECKOUT')) LIGHT_WEIGHT_CHECKOUT = true
5555
if (!binding.hasVariable('NUM_MACHINES')) NUM_MACHINES = ""
5656
if (!binding.hasVariable('JDK_REPO')) JDK_REPO = ""
5757
if (!binding.hasVariable('JDK_BRANCH')) JDK_BRANCH = ""

0 commit comments

Comments
 (0)