Skip to content
Snippets Groups Projects
Commit f761874e 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 68b1c72a
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ pipeline { ...@@ -23,7 +23,7 @@ pipeline {
perl -v perl -v
Rscript --version Rscript --version
cd scripts/ && sh ./process_mboxes.sh cd scripts/ && sh ./process_mboxes.sh
ls ../datasets/eclipse_mls/mboxes/ > ../datasets/eclipse_mls/list_mboxes.txt ls /data/eclipse_mls/ > datasets/eclipse_mls/list_mboxes.txt
''' '''
} }
} }
......
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