diff --git a/Jenkinsfile b/Jenkinsfile index d5ffe87..483d322 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { agent { docker { - label 'memphis-jenkins-big-fleet,' + label 'big-ec2-fleet' image 'python:3.11.9-bullseye' args '-u root' }