This commit is contained in:
Adam Wojdyla 2022-04-02 22:43:11 +02:00
parent 93e2249deb
commit 64dab60a1e

View File

@ -10,7 +10,7 @@ pipeline {
}
stage('Show stats') {
steps {
sh "./stats-docker.sh"
sh "./script-stats.py"
}
}
}