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