diff --git a/Jenkinsfile b/Jenkinsfile index 6747e3f..0326518 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -44,7 +44,7 @@ pipeline { switch(env.BRANCH_NAME) { case 'main': - node('uess-prod-agent') { + node('uess-dev-agent') { echo "Building on branch ${env.BRANCH_NAME}" stage('Git Pull') {