Update 'lab3/Jenkinsfile'
This commit is contained in:
parent
bf9d3fa54f
commit
e58fe93af8
2
lab3/Jenkinsfile
vendored
2
lab3/Jenkinsfile
vendored
@ -28,7 +28,7 @@ pipeline {
|
|||||||
echo 'Checked out'
|
echo 'Checked out'
|
||||||
echo 'Launching data processing script...'
|
echo 'Launching data processing script...'
|
||||||
sh 'chmod u+x ./skrypt.sh'
|
sh 'chmod u+x ./skrypt.sh'
|
||||||
sh './lab3/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'
|
||||||
|
Loading…
Reference in New Issue
Block a user