From be9b774c1db7440af12bc11ccfef120a10061bc3 Mon Sep 17 00:00:00 2001 From: Milan Petrovic <5rovicmilan8@gmail.com> Date: Wed, 11 Jun 2025 15:05:16 +0200 Subject: [PATCH] added agent --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 7fe919bb9..e703d570f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,6 +24,7 @@ pipeline { } stage('Build') { + agent { label 'vps-agent1' } steps { script { def branch = env.BRANCH_NAME