From 68b1c72ae658a98e1058f40a20ce24348dcafc3c Mon Sep 17 00:00:00 2001 From: Boris Baldassari <boris@chrysalice.org> Date: Sat, 19 Dec 2020 19:34:08 +0100 Subject: [PATCH] #5 Fix jenkins file get for list_mboxes. Signed-off-by: Boris Baldassari <boris@chrysalice.org> --- JenkinsfileGet | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JenkinsfileGet b/JenkinsfileGet index 27e2181..f6c9a36 100644 --- a/JenkinsfileGet +++ b/JenkinsfileGet @@ -12,7 +12,7 @@ pipeline { git url: 'https://github.com/eclipse-scava/scava-datasets.git' } } - /* stage('Build mboxes') { + stage('Build mboxes') { steps { sh ''' rm /data/eclipse_mls/*.mbox.lock || echo "No mbox lock found." @@ -26,7 +26,7 @@ pipeline { ls ../datasets/eclipse_mls/mboxes/ > ../datasets/eclipse_mls/list_mboxes.txt ''' } - } */ + } stage('Build projects') { steps { sh ''' -- GitLab