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