Started by user tophorsekj Running as SYSTEM Building in workspace /data/publish/jenkins-data/workspace/syw_nodeweb [syw_nodeweb] $ /bin/sh -xe /data/setupfiles/tomcat7-8058-jdk1.8/temp/jenkins146957315415100816.sh + /data/scripts/release/sunyiwei/publish.py nodeweb.json --mainclass=com.nodeweb.MainApplication --verid=head '--json={ "server.port": 8480, "spring.profiles.active":"prod" }' --serverlist= --shutdown=true cat /data/publish/sunyiwei/nodeweb/WEB-INF/classes/app. pid | xargs -r kill [root@VM-0-14-centos ~]# svn cleanup /data/publish/sunyiwei/nodeweb [root@VM-0-14-centos ~]# svn update /data/publish/sunyiwei/nodeweb --force --acc ept theirs-full -r head 正在升级 '/data/publish/sunyiwei/nodeweb': 版本 1432。 [root@VM-0-14-centos ~]# find /data/publish/sunyiwei/nodeweb -name '*.jk1002' [root@VM-0-14-centos ~]# cd /data/publish/sunyiwei/nodeweb/WEB-INF/classes [root@VM-0-14-centos classes]# cat nohup.out nohup: 忽略输入 . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.2.13.RELEASE) [root@VM-0-14-centos classes]# tee ./start.sh <<-'EOF' > cd /data/publish/sunyiwei/nodeweb/WEB-INF/classes/ > cat ./app.pid | xargs -r kill > nohup /data/setupfiles/jdk/jdk1.8.0_161/bin/java -Dspring.application.json='{ > "server.port": 8480, > "spring.profiles.active":"prod" > }' -cp .:../lib/*: com.nodeweb.MainApplication >nohup.out 2>&1 & > EOF cd /data/publish/sunyiwei/nodeweb/WEB-INF/classes/ cat ./app.pid | xargs -r kill nohup /data/setupfiles/jdk/jdk1.8.0_161/bin/java -Dspring.application.json='{ "server.port": 8480, "spring.profiles.active":"prod" }' -cp .:../lib/*: com.nodeweb.MainApplication >nohup.out 2>&1 & [root@VM-0-14-centos classes]# chmod +x /data/publish/sunyiwei/nodeweb/WEB-INF/c lasses/start.sh [root@VM-0-14-centos classes]# Finished: SUCCESS