refactor
This commit is contained in:
parent
9d2c060876
commit
37f09c49c9
@ -1,6 +1,6 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent {
|
||||||
dockerfile true
|
docker { image 'mikolajpokrywka/ium:0.0.0' }
|
||||||
}
|
}
|
||||||
parameters {
|
parameters {
|
||||||
buildSelector(
|
buildSelector(
|
||||||
@ -22,7 +22,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage("Calcualte stats") {
|
stage("Calcualte stats") {
|
||||||
steps {
|
steps {
|
||||||
// sh "./stats.sh"
|
sh "python3 ./script-stats.py"
|
||||||
archiveArtifacts artifacts: "stats.txt"
|
archiveArtifacts artifacts: "stats.txt"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user