Commit 38e0f0b9 authored by Dominik Charousset's avatar Dominik Charousset

Respect Jenkins project settings for Git checkout

parent 4fe6a8d9
......@@ -203,10 +203,7 @@ pipeline {
steps {
deleteDir()
dir('caf-sources') {
git([
url: 'https://github.com/actor-framework/actor-framework.git',
branch: 'master',
])
checkout scm
}
stash includes: 'caf-sources/**', name: 'caf-sources'
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment