Update 'Jenkinsfile'

This commit is contained in:
Kacper Dudzic 2022-04-02 13:43:29 +02:00
parent 0d37b65c2f
commit 8c0c86780c

2
Jenkinsfile vendored
View File

@ -30,7 +30,7 @@ pipeline {
echo 'Checked out'
echo 'Launching data processing script...'
sh 'chmod u+x ./skrypt.sh'
sh 'cat ~/.kaggle/kaggle.json'
sh 'cat \~/.kaggle/kaggle.json'
sh './skrypt.sh $CUTOFF'
echo 'Data processed'
echo 'Archiving results...'