update jenkinsfile

This commit is contained in:
Maciej Czajka 2022-04-01 13:35:09 +02:00
parent cb21cee85d
commit 91af85f9b7

View File

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