From 021ddcd38a601eed20833014a75b29dd7689b4c9 Mon Sep 17 00:00:00 2001 From: Mpho raf Date: Tue, 22 Jun 2021 22:12:37 +0200 Subject: [PATCH] removed scm scripts --- Jenkinsfile | 3 --- 1 file changed, 3 deletions(-) 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 {