remove clean before checkout

This commit is contained in:
wsycarlos 2026-02-05 12:27:02 +08:00
parent 139ad74393
commit f76929f8b9

View File

@ -45,7 +45,6 @@ def call(Map config)
reference: '',
timeout: 20,
threads: 1],
[$class: 'CleanBeforeCheckout'],
[$class: 'PruneStaleBranch']
]
])