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

Respect Jenkins project settings for Git checkout

parent 4fe6a8d9
...@@ -203,10 +203,7 @@ pipeline { ...@@ -203,10 +203,7 @@ pipeline {
steps { steps {
deleteDir() deleteDir()
dir('caf-sources') { dir('caf-sources') {
git([ checkout scm
url: 'https://github.com/actor-framework/actor-framework.git',
branch: 'master',
])
} }
stash includes: 'caf-sources/**', name: 'caf-sources' 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