test deploy

This commit is contained in:
Zohar 2024-04-08 17:27:09 -04:00
parent 5ea3b9ec53
commit 7350e87ec8

View file

@ -41,7 +41,7 @@ pipeline {
}
post {
success {
sh 'nohup java -jar target/*.jar >> server.log 2>&1&'
sh 'nohup java -jar target/*.jar >> server.log 2>&1 &'
archiveArtifacts 'target/*.jar'
}
}