From 0cffefed3f4b5accbe8b4fd0499d6dde49eb353f Mon Sep 17 00:00:00 2001
From: Boris Baldassari <boris@chrysalice.org>
Date: Sun, 20 Dec 2020 12:36:01 +0100
Subject: [PATCH] #5 Fix jenkins file get for list_projects.

Signed-off-by: Boris Baldassari <boris@chrysalice.org>
---
 JenkinsfileDeploy | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/JenkinsfileDeploy b/JenkinsfileDeploy
index bf81bba..70cd4af 100755
--- a/JenkinsfileDeploy
+++ b/JenkinsfileDeploy
@@ -3,12 +3,6 @@ pipeline {
  
   stages {
 
-    stage('SCM') {
-      steps {
-        git url: 'https://github.com/eclipse-scava/scava-datasets.git'
-      }
-    }
-
     stage('Retrieve Data') {
       steps {
         sh '''        
-- 
GitLab