This commit is contained in:
Maciej 2021-03-29 03:12:27 +02:00
parent 780e29ea17
commit 61f5596d96

8
stats/Jenkinsfile vendored
View File

@ -19,9 +19,9 @@ pipeline {
sh './stats/generate_stats.sh' sh './stats/generate_stats.sh'
} }
} }
stage('archiveArtifacts') // stage('archiveArtifacts')
steps{ // steps{
} // }
} // }
} }