WIP
This commit is contained in:
parent
5ad266d86c
commit
651b4b11ca
@ -20,7 +20,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage("Calcualte stats") {
|
stage("Calcualte stats") {
|
||||||
steps {
|
steps {
|
||||||
sh "stats.sh"
|
sh "./stats.sh"
|
||||||
archiveArtifacts artifacts: "stats.txt"
|
archiveArtifacts artifacts: "stats.txt"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user