update jenkinsfile2

This commit is contained in:
Maciej Czajka 2022-04-02 17:40:09 +02:00
parent f1179e9534
commit 29eec2e094

View File

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