Console Output
Started by user tophorsekj
Running as SYSTEM
Building in workspace /data/publish/jenkins-data/workspace/tophorse_assistant_qdkj
[tophorse_assistant_qdkj] $ /bin/sh -xe /data/setupfiles/tomcat7-8058-jdk1.8/temp/jenkins6435423797126275377.sh
+ /data/scripts/release/tophorse/assistant-ser/publish.py qdkj.json --releasesvn=https://svn.tophorsekj.net/release/tophorse/assisstant-ser --mainclass=com.tophorse.MainApplication '--verid=r1928 | 2026-06-08 21:53:28| mazekui | 源码版本:r15701 | 完成分享有奖功能 ' '--json={
"server.port": 8480,
"spring.profiles.active":"prod",
"springdoc.swagger-ui.enabled":false
}' --serverlist= --shutdown=false
svn checkout https://svn.tophorsekj.net/release/tophors
e/assisstant-ser /data/publish/tophorse/assistant-ser --username publish --passw
ord Publish123456 --force
D /data/publish/tophorse/assistant-ser/WEB-INF/classes/com/tophorse/apim
A /data/publish/tophorse/assistant-ser/WEB-INF/classes/com/tophorse/apic/smhs/task
U /data/publish/tophorse/assistant-ser/WEB-INF/classes/com/tophorse/api/controller/FeeApiController.class
U /data/publish/tophorse/assistant-ser/WEB-INF/classes/com/tophorse/api/controller/WeUserApiController.class
U /data/publish/tophorse/assistant-ser/WEB-INF/classes/com/tophorse/api/controller/WxPayApiController.class
A /data/publish/tophorse/assistant-ser/WEB-INF/classes/com/tophorse/apic/smhs/controller/SmhsMineController.class
U /data/publish/tophorse/assistant-ser/WEB-INF/classes/com/tophorse/apic/smhs/controller/SmhsOrderlistController.class
A /data/publish/tophorse/assistant-ser/WEB-INF/classes/com/tophorse/apic/smhs/controller/SmhsUserStatsController.class
A /data/publish/tophorse/assistant-ser/WEB-INF/classes/com/tophorse/apic/smhs/dao/SmhsUserStatsDao.class
A /data/publish/tophorse/assistant-ser/WEB-INF/classes/com/tophorse/apic/smhs/domain/SmhsUserStatsDO.class
A /data/publish/tophorse/assistant-ser/WEB-INF/classes/com/tophorse/apic/smhs/service/SmhsUserStatsService.class
A /data/publish/tophorse/assistant-ser/WEB-INF/classes/com/tophorse/apic/smhs/service/impl/SmhsUserStatsServiceImpl.class
A /data/publish/tophorse/assistant-ser/WEB-INF/classes/com/tophorse/apic/smhs/task/Jobs.class
A /data/publish/tophorse/assistant-ser/WEB-INF/classes/mybatis/apic/smhs/SmhsUserStatsMapper.xml
取出版本 1928。
[root@VM-0-14-centos ~]#
cat /data/publish/tophorse/assistant-ser/WEB-INF/classe
s/app.pid | xargs -r kill
[root@VM-0-14-centos ~]#
svn cleanup /data/publish/tophorse/assistant-ser
[root@VM-0-14-centos ~]#
svn update /data/publish/tophorse/assistant-ser --force
--accept theirs-full -r r1928
正在升级 '/data/publish/tophorse/assistant-ser':
版本 1928。
[root@VM-0-14-centos ~]#
find /data/publish/tophorse/assistant-ser -name '*.jk10
02'
[root@VM-0-14-centos ~]#
cd /data/publish/tophorse/assistant-ser/WEB-INF/classes
[A[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[Ks
[root@VM-0-14-centos classes]#
nohup /data/setupfiles/jdk/openjdk14.0.2_x64/bin/
java -Dspring.application.json='{
> "server.port": 8480,
> "spring.profiles.active":"prod",
> "springdoc.swagger-ui.enabled":false
> }' -cp .:../lib/*: com.tophorse.MainApplication >/dev/null 2>nohup.out &
[1] 8303
[root@VM-0-14-centos classes]#
tee ./start.sh <<-'EOF'
> cd /data/publish/tophorse/assistant-ser/WEB-INF/classes/
> cat ./app.pid | xargs -r kill
> nohup /data/setupfiles/jdk/openjdk14.0.2_x64/bin/java -Dspring.application.jso
n='{
> "server.port": 8480,
> "spring.profiles.active":"prod",
> "springdoc.swagger-ui.enabled":false
> }' -cp .:../lib/*: com.tophorse.MainApplication >/dev/null 2>nohup.out &
> EOF
cd /data/publish/tophorse/assistant-ser/WEB-INF/classes/
cat ./app.pid | xargs -r kill
nohup /data/setupfiles/jdk/openjdk14.0.2_x64/bin/java -Dspring.application.json='{
"server.port": 8480,
"spring.profiles.active":"prod",
"springdoc.swagger-ui.enabled":false
}' -cp .:../lib/*: com.tophorse.MainApplication >/dev/null 2>nohup.out &
[root@VM-0-14-centos classes]#
chmod +x /data/publish/tophorse/assistant-ser/WEB
-INF/classes/start.sh
[root@VM-0-14-centos classes]#
Finished: SUCCESS