update jenkinsfile

This commit is contained in:
Maciej Czajka 2022-04-02 11:56:39 +02:00
parent 41d65bc0cb
commit ecef9f9801

View File

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