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 { stages {
stage('Test') { stage('Test') {
steps { steps {
sh 'python3 ./Zajecia_2/main.py' sh './download.sh'
} }
} }
} }