From b5ae200a92ecb76768b138a1a72ea0680dec540f Mon Sep 17 00:00:00 2001 From: wodnr533 Date: Wed, 10 Sep 2025 15:47:31 +0900 Subject: [PATCH] Update Jenkinsfile Signed-off-by: wodnr533 --- Jenkinsfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index fe8501d39..f6545035c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -51,15 +51,16 @@ pipeline { excludes: '', execCommand: ''' fuser -k 8080/tcp - export BUILD_ID=Petclinic-Pipeline - nohup java -jar /home/ubuntu/deploy/spring-petclinic-3.5.0-SNAPSHOT.jar >> nohup.out 2>&1 &''', + export BUILD_ID=WEB01 + nohup java -jar /home/web01/deploy/spring-petclinic-3.5.0-SNAPSHOT.jar >> nohup.out 2>&1 &\'\'\', + ''', execTimeout: 120000, flatten: false, makeEmptyDirs: false, noDefaultExcludes: false, patternSeparator: '[, ]+', remoteDirectory: '', - remoteDirectorySDF: false, + remoteDirectorySDF: false, removePrefix: 'WEB01', sourceFiles: 'target/*.jar')], usePromotionTimestamp: false,