From 039051fc19c49b77d6d61554f5616b464047a3f0 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Mon, 15 Jan 2024 08:21:36 +0100
Subject: [PATCH] Jenkins use new build agent

---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index eb71dcd..c6f57db 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -3,7 +3,7 @@ def FAILED_STAGE
 pipeline {
     agent {
        node {
-           label 'jenkins-build-agent'
+           label 'ozgcloud-jenkins-build-agent'
         }
     }
 
-- 
GitLab