diff --git a/Jenkinsfile b/Jenkinsfile index 3940f41f5..b09cfc45d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,7 @@ pipeline{ agent none stages { stage ('Early checks') { - agent { node { label 'master' } } + agent { node { label 'built-in' } } stages { stage ('Check for RFC/WIP builds') { when {