This commit is contained in:
Mikołaj Pokrywka 2022-04-03 12:10:18 +02:00
parent 9d2c060876
commit 37f09c49c9

View File

@ -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"
} }
} }