changed to dev agent for now

This commit is contained in:
2026-03-24 10:47:58 +08:00
parent efdca5ecb1
commit 974e05b995
Vendored
+1 -1
View File
@@ -44,7 +44,7 @@ pipeline {
switch(env.BRANCH_NAME) { switch(env.BRANCH_NAME) {
case 'main': case 'main':
node('uess-prod-agent') { node('uess-dev-agent') {
echo "Building on branch ${env.BRANCH_NAME}" echo "Building on branch ${env.BRANCH_NAME}"
stage('Git Pull') { stage('Git Pull') {