update jenkinsfile2

This commit is contained in:
Maciej Czajka 2022-04-02 17:41:39 +02:00
parent adec73fba2
commit 3cbd877b48

View File

@ -15,7 +15,7 @@ pipeline {
stage("Script") { stage("Script") {
steps { steps {
sh "./stats.sh" sh "./stats.sh"
sh "python3 ./main.py" sh "python3 ./Zajecia_2/main.py"
} }
} }
} }