
cd /home/yuneduecho "Stopping SpringBoot Application"pid=`ps -ef | grep yunedu.jar | grep -v grep | awk '{print $2}'`if [ -n "$pid" ]thenkill -9 $pidfirm -rf yunedu.jarmv /home/jekins/workspace/eduyun-platform/platform-yuneduApi/target/yunedu.jar .BUILD_ID=dontKillMe nohup java -jar yunedu.jar &
