Commit dc8fad47 by giaogiao

JenkinsRestart

parent 55f34fc2
#! /bin/shell
cd /data0/java_projects_jenkins/
# 停止服务
ps aux|grep bootstrap-2.0|awk '{print $2}'|xargs kill -9
# 启动新jar
nohup java -jar bootstrap-2.0.jar &>/dev/null &
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment