From f304d682736345b4fe9fcacc88c7fcc3d5b39c69 Mon Sep 17 00:00:00 2001
From: KPOTY Kpotivi <kpotivi.kpoty@etu.univ-amu.fr>
Date: Tue, 2 Jul 2024 20:19:35 +0000
Subject: [PATCH] Update Jenkinsfile

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

diff --git a/Jenkinsfile b/Jenkinsfile
index d8f0fda..a745c01 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -21,7 +21,7 @@ pipeline {
                 checkout([
                     $class: 'GitSCM', 
                     branches: [[name: '*/main']], 
-                    userRemoteConfigs: [[url: 'https://github.com/spring-projects/spring-petclinic.git']]
+                    userRemoteConfigs: [[url: 'https://etulab.univ-amu.fr/gl2/backend.git']]
                 ])
             }
         }
-- 
GitLab