diff --git a/Jenkinsfile b/Jenkinsfile index a074272..f344bc5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,10 @@ pipeline { - agent any - + agent { + docker { + image 'python:3' + label 'amarillo-build-agent' + } + } stages { stage('Check python version') { steps {