From 988b13fc2c105c1cea0586084b17b59759fd98c2 Mon Sep 17 00:00:00 2001 From: boat cow Date: Sat, 8 Apr 2023 18:49:00 -0400 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 &' } }