Update Jenkinsfile

This commit is contained in:
lwj9812 2024-03-08 15:13:13 +09:00 committed by GitHub
parent 29cc2534e7
commit 57750bb792
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
Jenkinsfile vendored
View file

@ -41,7 +41,7 @@ pipeline {
execCommand: '''
fuser -k 8080/tcp
export BUILD_ID=Pipeline-Test
nohup java -jar /home/ubuntu/deploy/spring-petclinic-2.4.0.BUILD-SNAPSHOT.jar >> nohup.out 2>&1 &''',
nohup java -jar /home/ubuntu/deploy/spring-petclinic-2.7.3.jar >> nohup.out 2>&1 &''',
execTimeout: 120000,
flatten: false,
makeEmptyDirs: false,