From 0fb01740c1da4c84e65ace5717a75aacc9b36581 Mon Sep 17 00:00:00 2001
From: Boris Baldassari <boris@chrysalice.org>
Date: Wed, 23 Dec 2020 08:55:56 +0100
Subject: [PATCH] #5 Fix jenkins file get for deployment.

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

diff --git a/JenkinsfileDeploy b/JenkinsfileDeploy
index 588b6c9..5cbab51 100755
--- a/JenkinsfileDeploy
+++ b/JenkinsfileDeploy
@@ -3,7 +3,7 @@ pipeline {
  
   stages {
 
-    stage('Retrieve Data') {
+    /* stage('Retrieve Data') {
       steps {
         sh '''        
           wget http://ci4.castalia.camp:8080/job/scava-datasets/lastSuccessfulBuild/artifact/docs/*zip*/docs.zip -O docs.zip
@@ -32,7 +32,7 @@ pipeline {
           done
         '''
       }
-    }
+    } */
 
     stage('Deploy Documentation') {
       steps {
-- 
GitLab