Update 'Jenkinsfile'

This commit is contained in:
Kacper Dudzic 2022-04-02 15:44:40 +02:00
parent cdb9c84618
commit f59d746714

1
Jenkinsfile vendored
View File

@ -20,6 +20,7 @@ pipeline {
stages { stages {
stage('Stage 1') { stage('Stage 1') {
steps { steps {
sh 'chmod u+x ./download_dataset.sh ./process_dataset.py'
echo 'Downloading dataset...' echo 'Downloading dataset...'
sh './download_dataset.sh' sh './download_dataset.sh'
echo 'Dataset downloaded' echo 'Dataset downloaded'