Commit 982df167 by giaogiao

JenkinsRestart启动脚本

parent f9c9aa53
#! /bin/shell
# 停止服务
ps aux|grep bootstrap-2.0|awk '{print $2}'|xargs kill -9
# sudo 超级权限启动, 否则无法创建log日志文件夹报错
sudo -s
# 停止服务
ps aux|grep bootstrap-2.0|awk '{print $2}'|xargs kill -9
cd /data0/java_projects_jenkins/
# 启动新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