diff --git a/Jenkinsfile b/Jenkinsfile index 9e68a14..15096f5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,7 @@ #!/usr/bin/env groovy pipeline { - agent any + agent { label 'external-agent-1 || external-agent-2' } options { disableConcurrentBuilds() } environment { PYENVPIPELINE_VIRTUALENV = '1'