wip
This commit is contained in:
parent
69772208f7
commit
0a02a1a6d6
@ -20,6 +20,7 @@ pipeline {
|
||||
}
|
||||
stage("Calcualte stats") {
|
||||
steps {
|
||||
sh "chmod +x -R" "./stats.sh"
|
||||
sh "./stats.sh"
|
||||
archiveArtifacts artifacts: "stats.txt"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user