From cfa3eda89d739b07dbaf883d87ef791332b708c3 Mon Sep 17 00:00:00 2001 From: wodnr533 Date: Wed, 10 Sep 2025 15:13:03 +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 14c6fca1f..f567abe0a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -52,7 +52,7 @@ pipeline { execCommand: ''' fuser -k 8080/tcp export BUILD_ID=Petclinic-Pipeline - nohup java -jar /home/ubuntu/deploy/spring-petclinic-3.5.0.BUILD-SNAPSHOT.jar >> nohup.out 2>&1 &''', + nohup java -jar /home/ubuntu/deploy/spring-petclinic-3.5.0-SNAPSHOT.jar >> nohup.out 2>&1 &''', execTimeout: 120000, flatten: false, makeEmptyDirs: false,