diff --git a/Jenkinsfile b/Jenkinsfile index 7ac9899b2..8aa0155e4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -18,7 +18,7 @@ pipeline { stage('run') { steps { - sh './mvnw spring-boot:run' + sh 'nohup ./mvnw spring-boot:run > logs.log 2>&1 &' } }