diff --git a/Jenkinsfile b/Jenkinsfile index 7fe919bb9..e703d570f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,6 +24,7 @@ pipeline { } stage('Build') { + agent { label 'vps-agent1' } steps { script { def branch = env.BRANCH_NAME