From 21fa14281caf1e4450e13ca1c46e6a99c1df33b2 Mon Sep 17 00:00:00 2001 From: Boris Baldassari <boris@chrysalice.org> Date: Fri, 19 Feb 2021 20:57:03 +0100 Subject: [PATCH] #5 Fix deploy to eclipse downloads. Signed-off-by: Boris Baldassari <boris@chrysalice.org> --- JenkinsfileGet | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/JenkinsfileGet b/JenkinsfileGet index d632b57..518a840 100755 --- a/JenkinsfileGet +++ b/JenkinsfileGet @@ -28,8 +28,8 @@ pipeline { perlbrew switch perl-5.30.1 perl -v Rscript --version - cd scripts/ && sh ./process_mboxes.sh - ls /data/eclipse_mls/ > ../website/content/eclipse_mls/list_mboxes.txt + #cd scripts/ && sh ./process_mboxes.sh + #ls /data/eclipse_mls/ > ../website/content/eclipse_mls/list_mboxes.txt #cp /data/eclipse_mls_full.csv website/content/eclipse_mls/ ''' } @@ -43,7 +43,7 @@ pipeline { perlbrew switch perl-5.30.1 perl -v Rscript --version - cd scripts/ && sh ./process_all_projects.sh + #cd scripts/ && sh ./process_all_projects.sh ''' } } -- GitLab