changed to dev agent for now
This commit is contained in:
Vendored
+1
-1
@@ -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') {
|
||||||
|
|||||||
Reference in New Issue
Block a user