Update 'Jenkinsfile'

This commit is contained in:
Kacper Dudzic 2022-03-25 22:32:28 +01:00
parent bb1fc904ef
commit e26ab7e41d

2
Jenkinsfile vendored
View File

@ -30,7 +30,7 @@ pipeline {
sh 'chmod u+x ./skrypt.sh' sh 'chmod u+x ./skrypt.sh'
sh './skrypt.sh $CUTOFF' sh './skrypt.sh $CUTOFF'
echo 'Data processed' echo 'Data processed'
echo 'Archiving results' echo 'Archiving results...'
archiveArtifacts 'lego_sets.tar.gz' archiveArtifacts 'lego_sets.tar.gz'
echo 'Results archived' echo 'Results archived'
} }