Update Jenkinsfile

This commit is contained in:
boat cow 2023-04-08 18:49:00 -04:00 committed by GitHub
parent 4a1a33badb
commit 988b13fc2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -18,7 +18,7 @@ pipeline {
stage('run') {
steps {
sh './mvnw spring-boot:run'
sh 'nohup ./mvnw spring-boot:run > logs.log 2>&1 &'
}
}