diff --git a/Jenkinsfile b/Jenkinsfile index cde6c22..2c97029 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,7 @@ #!/usr/bin/env groovy pipeline { - agent any + agent { label 'external_pool' } options { disableConcurrentBuilds() skipDefaultCheckout(true)