Skip to content

Instantly share code, notes, and snippets.

@FyberEngineers
Created March 5, 2020 09:18
Show Gist options
  • Save FyberEngineers/fd4b46ba87627a0a3159f93644b8b7ce to your computer and use it in GitHub Desktop.
Save FyberEngineers/fd4b46ba87627a0a3159f93644b8b7ce to your computer and use it in GitHub Desktop.
stage('Checkout') {
checkout([
$class : 'GitSCM',
branches : scm.branches,
extensions : scm.extensions + [[$class: 'LocalBranch', localBranch: '']],
userRemoteConfigs: scm.userRemoteConfigs
])
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment