diff --git a/build/jenkins/deployments.Jenkinsfile b/build/jenkins/deployments.Jenkinsfile index a258f674..5f2fb2c7 100644 --- a/build/jenkins/deployments.Jenkinsfile +++ b/build/jenkins/deployments.Jenkinsfile @@ -4,7 +4,9 @@ pipeline { /* Description: Unified pipeline to deploy to various environments */ - agent any + agent { + label 'jenkins-agent-local' + } options { buildDiscarder(logRotator(daysToKeepStr: '7', numToKeepStr: '13'))