This commit is contained in:
s444501 2022-03-27 21:45:22 +02:00
parent 947665d361
commit a3b905392c

View File

@ -22,6 +22,7 @@ pipeline {
sh 'chmod u+x ./stats.sh'
sh './stats.sh'
archiveArtifacts 'stats.txt'
}
}
}
}
}
}