pipelineUtils/vars/checkoutStep.groovy

6 lines
56 B
Groovy

#!/usr/bin/env groovy
void call() {
checkout scm
}