Update 'Jenkinsfile'
This commit is contained in:
parent
bb1fc904ef
commit
e26ab7e41d
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user