Skip to content
Snippets Groups Projects
Commit 68b1c72a authored by Boris Baldassari's avatar Boris Baldassari
Browse files

#5 Fix jenkins file get for list_mboxes.


Signed-off-by: default avatarBoris Baldassari <boris@chrysalice.org>
parent 30778ad6
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ pipeline { ...@@ -12,7 +12,7 @@ pipeline {
git url: 'https://github.com/eclipse-scava/scava-datasets.git' git url: 'https://github.com/eclipse-scava/scava-datasets.git'
} }
} }
/* stage('Build mboxes') { stage('Build mboxes') {
steps { steps {
sh ''' sh '''
rm /data/eclipse_mls/*.mbox.lock || echo "No mbox lock found." rm /data/eclipse_mls/*.mbox.lock || echo "No mbox lock found."
...@@ -26,7 +26,7 @@ pipeline { ...@@ -26,7 +26,7 @@ pipeline {
ls ../datasets/eclipse_mls/mboxes/ > ../datasets/eclipse_mls/list_mboxes.txt ls ../datasets/eclipse_mls/mboxes/ > ../datasets/eclipse_mls/list_mboxes.txt
''' '''
} }
} */ }
stage('Build projects') { stage('Build projects') {
steps { steps {
sh ''' sh '''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment