From 145b609595c3836103dd104bddb80d3d598ee458 Mon Sep 17 00:00:00 2001 From: wodnr533 Date: Mon, 8 Dec 2025 16:25:54 +0900 Subject: [PATCH] Jenkinsfile Signed-off-by: wodnr533 --- Jenkinsfile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 78464a925..01216b417 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,12 +11,12 @@ pipeline { DOCKERHUB_CREDENTIALS = credentials('Docker-token') } - stages{ - /*stage('Git Clone'){ - steps { - git url: 'https://github.com/wodnr533/spring-petclinic.git', branch: 'main' - } - */} + stages { + //stage('Git Clone'){ + //steps { + //git url: 'https://github.com/wodnr533/spring-petclinic.git', branch: 'main' + //} + //} stage('Maven Build'){ agent { docker { @@ -75,4 +75,4 @@ pipeline { } } } - +}