I use java -jar jenkins.war --httpPort=9999 and it will automatically stop once I exit. Is there any way to make it run in the background?
怪我咯2017-06-10 09:49:46
nohup java -jar jenkins.war --httpPort=9999 &
或者java -jar jenkins.war --httpPort=9999 &