diff --git a/Jenkinsfile b/Jenkinsfile index 708e6ea..e296ae0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,7 @@ pipeline { - agent any + agent { + label "agent_locke" + } stages { stage('Build') {