update jenkinsfile

This commit is contained in:
Maciej Czajka 2022-04-01 14:01:02 +02:00
parent 276bac1a82
commit 2ea955192f

View File

@ -7,5 +7,6 @@ node {
//Wszystkie polecenia poniżej wykonają się w kontenerze, z podmontowanym Workspace Jenkinsa
testImage.inside {
sh './download.sh'
sh 'python3 ./Zajecia_2/main.py'
}
}