This commit is contained in:
Zohar 2024-04-08 21:49:39 -04:00
parent 6569f3aa45
commit e6685c4dc8

View file

@ -46,6 +46,7 @@ pipeline {
stage("Deploy"){
steps {
sh 'nohup java -jar target/*.jar &'
sh 'disown'
}
}
}