Skip to content
Snippets Groups Projects
Commit 7d08e9f6 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 f761874e
No related branches found
No related tags found
No related merge requests found
...@@ -15,15 +15,15 @@ pipeline { ...@@ -15,15 +15,15 @@ pipeline {
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."
rsync -avlp -e ssh --rsh="/usr/bin/sshpass -p ${SYS_RSYNC_PASSWD} ssh -o StrictHostKeyChecking=no -l bbaldassari2kd" build.eclipse.org:/opt/public/download-staging.priv/scava/ /data/eclipse_mls/ || echo "Rsync had issues. But the show must go on, right?" # rsync -avlp -e ssh --rsh="/usr/bin/sshpass -p ${SYS_RSYNC_PASSWD} ssh -o StrictHostKeyChecking=no -l bbaldassari2kd" build.eclipse.org:/opt/public/download-staging.priv/scava/ /data/eclipse_mls/ || echo "Rsync had issues. But the show must go on, right?"
chmod 777 /data/eclipse_mls/* # chmod 777 /data/eclipse_mls/*
source ~/perl5/perlbrew/etc/bashrc source ~/perl5/perlbrew/etc/bashrc
perlbrew switch perl-5.30.1 perlbrew switch perl-5.30.1
perl -v perl -v
Rscript --version Rscript --version
cd scripts/ && sh ./process_mboxes.sh cd scripts/ && sh ./process_mboxes.sh
ls /data/eclipse_mls/ > 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