diff --git a/Jenkinsfile b/Jenkinsfile index 88f1a70..bf44290 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,6 +3,9 @@ pipeline { options { parallelsAlwaysFailFast() } + script { + checkout scm + } stages { stage('BuildAndTest') { matrix {