Update 'lab3/Jenkinsfile'

This commit is contained in:
Kacper Dudzic 2022-04-11 10:05:56 +02:00
parent bf9d3fa54f
commit e58fe93af8

2
lab3/Jenkinsfile vendored
View File

@ -28,7 +28,7 @@ pipeline {
echo 'Checked out'
echo 'Launching data processing script...'
sh 'chmod u+x ./skrypt.sh'
sh './lab3/skrypt.sh $CUTOFF'
sh './skrypt.sh $CUTOFF'
echo 'Data processed'
echo 'Archiving results...'
archiveArtifacts 'lego_sets.tar.gz'