update jenkinsfile

This commit is contained in:
Maciej Czajka 2022-04-02 13:46:32 +02:00
parent 7f5c1eea78
commit 151bcfc15d

View File

@ -35,6 +35,7 @@ pipeline {
stage('Script'){
steps {
sh './download.sh'
sh 'python3 ./Zajecia_2/main.py'
}
}
}