update jenkinsfile

This commit is contained in:
Maciej Czajka 2022-04-01 13:33:32 +02:00
parent 890eaf59c2
commit cb21cee85d

View File

@ -5,7 +5,7 @@ agent {
stages {
stage('Test') {
steps {
sh 'python3 ./Zajecia_2/main.py'
sh './download.sh'
}
}
}