update jenkinsfile2

This commit is contained in:
Maciej Czajka 2022-04-02 17:41:00 +02:00
parent 29eec2e094
commit adec73fba2

View File

@ -14,7 +14,8 @@ pipeline {
stages {
stage("Script") {
steps {
sh "./app/stats.sh"
sh "./stats.sh"
sh "python3 ./main.py"
}
}
}