diff --git a/Jenkinsfile-stats b/Jenkinsfile-stats index 5727d75..86b8d6b 100644 --- a/Jenkinsfile-stats +++ b/Jenkinsfile-stats @@ -1,5 +1,7 @@ pipeline { - agent any + agent { + docker { image 'sebastianwalesa/ium:1.0' } + } stages { stage('First step') { steps {