This commit is contained in:
Mikołaj Pokrywka 2022-03-27 22:26:47 +02:00
parent 5ad266d86c
commit 651b4b11ca

View File

@ -20,7 +20,7 @@ pipeline {
}
stage("Calcualte stats") {
steps {
sh "stats.sh"
sh "./stats.sh"
archiveArtifacts artifacts: "stats.txt"
}
}