This commit is contained in:
Mikołaj Pokrywka 2022-03-27 22:32:54 +02:00
parent 146c0df1a1
commit 9fe588aa96

View File

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