diff --git a/Jenkinsfile b/Jenkinsfile index 2068aa43a..dee8e77f0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,5 @@ pipeline { - agent agent1 + agent { label 'pipeline-agent' } stages { stage ('Build') { steps {