pipeline {
agent {
docker {
image 'kubakonieczny/ium:v1.0'
}
stages {
stage('archive artifacts') {
steps {
archiveArtifacts 'stats.txt'