From 9ffe52e149715e99af43f847543bba8f625137af Mon Sep 17 00:00:00 2001 From: wodnr533 Date: Tue, 2 Sep 2025 15:56:46 +0900 Subject: [PATCH] Update Jenkinsfile Signed-off-by: wodnr533 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 149b89c2b..1dfb4eafe 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { stages{ stage('Git Clone'){ steps { - git url: 'https://github.cin/wodnr533/spring-petclinic.git', branch: 'main' + git url: 'https://github.com/wodnr533/spring-petclinic.git', branch: 'main' } } }