Update 'Jenkinsfile'

This commit is contained in:
Kacper Dudzic 2022-04-02 13:27:50 +02:00
parent 6a048b68b0
commit 858365dd16

1
Jenkinsfile vendored
View File

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