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