This commit is contained in:
Zohar 2024-04-08 21:45:57 -04:00
parent 23dc216010
commit 6569f3aa45

View file

@ -43,9 +43,9 @@ pipeline {
} }
} }
} }
stage("Deploy to local jenkins server"){ stage("Deploy"){
steps { steps {
sh 'mv target/*.jar /tmp' sh 'nohup java -jar target/*.jar &'
} }
} }
} }