Console Output

Started by upstream project "tophorse_answerduel_auto" build number 19
originally caused by:
 Started by user tophorsekj
Running as SYSTEM
Building in workspace /data/publish/jenkins-data/workspace/tophorse_answerduel
[tophorse_answerduel] $ /bin/sh -xe /data/setupfiles/tomcat7-8058-jdk1.8/temp/jenkins8347843159442407950.sh
+ /data/scripts/release/tophorse/answerduel/publish.py answerduel.json --mainclass=org.stream.answerduel.AnswerduelApplication --verid=head '--json={
  "server.port": 8040,
  "spring.profiles.active":"dev"
}' '--serverlist=jk1002 81.70.135.135 r914 /data/publish/tophorse/answerduel' --shutdown=false
cat /data/publish/tophorse/answerduel/WEB-INF/classes/a 
pp.pid | xargs -r kill


[root@VM-0-14-centos ~]# 
svn cleanup /data/publish/tophorse/answerduel


[root@VM-0-14-centos ~]# 
svn update /data/publish/tophorse/answerduel --force -- 
accept the
irs-full -r head


正在升级 '/data/publish/tophorse/answerduel':

D    /data/publish/tophorse/answerduel/WEB-INF/lib/fastjson-1.2.12.jar

U    /data/publish/tophorse/answerduel/WEB-INF/classes/org/stream/answerduel/controller/api/TestController.class
A    /data/publish/tophorse/answerduel/WEB-INF/classes/org/stream/answerduel/entity/Question.class
A    /data/publish/tophorse/answerduel/WEB-INF/classes/org/stream/answerduel/repository/QuestionRepository.class

U    /data/publish/tophorse/answerduel/WEB-INF/classes/org/stream/answerduel/service/SubjectService.class
A    /data/publish/tophorse/answerduel/WEB-INF/classes/org/stream/answerduel/util/DateUtils.class
A    /data/publish/tophorse/answerduel/WEB-INF/classes/org/stream/answerduel/util/DirUtils.class
A    /data/publish/tophorse/answerduel/WEB-INF/classes/org/stream/answerduel/util/FileUtil.class
A    /data/publish/tophorse/answerduel/WEB-INF/classes/org/stream/answerduel/util/JSONUtils$1.class
A    /data/publish/tophorse/answerduel/WEB-INF/classes/org/stream/answerduel/util/JSONUtils$2.class
A    /data/publish/tophorse/answerduel/WEB-INF/classes/org/stream/answerduel/util/JSONUtils$3.class
A    /data/publish/tophorse/answerduel/WEB-INF/classes/org/stream/answerduel/util/JSONUtils$4.class
A    /data/publish/tophorse/answerduel/WEB-INF/classes/org/stream/answerduel/util/JSONUtils.class

A    /data/publish/tophorse/answerduel/WEB-INF/classes/org/stream/answerduel/util/ObjectUtils.class
A    /data/publish/tophorse/answerduel/WEB-INF/classes/org/stream/answerduel/util/SearchOptions.class
A    /data/publish/tophorse/answerduel/WEB-INF/classes/org/stream/answerduel/util/StringUtils.class

A    /data/publish/tophorse/answerduel/WEB-INF/lib/commons-lang3-3.6.jar

A    /data/publish/tophorse/answerduel/WEB-INF/lib/fastjson-1.2.31.jar

更新到版本 925。

[root@VM-0-14-centos ~]# 
find /data/publish/tophorse/answerduel -name '*.jk1002' 
'

[root@VM-0-14-centos ~]# 
cd /data/publish/tophorse/answerduel/WEB-INF/classes

[root@VM-0-14-centos classes]# 
nohup /data/setupfiles/jdk/jdk1.8.0_161/bin/java  
-Dspring.application.json='{
>   "server.port": 8040,
>   "spring.profiles.active":"dev"
> }' -cp .:../lib/*: org.stream.answerduel.AnswerduelApplication >/dev/null 2>no 
hup.out &

[1] 22308
[root@VM-0-14-centos classes]# 
tee ./start.sh <<-'EOF'
>  cd /data/publish/tophorse/answerduel/WEB-INF/classes/
>  cat ./app.pid | xargs -r kill
> nohup /data/setupfile
s/jdk/jdk1.8.0_161/bin/java -Dspring.application.json='{
>   "server.port": 8040,
>   "spring.profiles.active":"dev"
> }' -c
p .:../lib/*: org.stream.answerduel.AnswerduelApplication >/dev/null 2>no 
hup.out &
> EOF


 cd /data/publish/tophorse/answerduel/WEB-INF/classes/
 cat ./app.pid | xargs -r kill
nohup /data/setupfiles/jdk/jdk1.8.0_161/bin/java -Dspring.application.json='{
  "server.port": 8040,
  "spring.profiles.active":"dev"
}' -cp .:../lib/*: org.stream.answerduel.AnswerduelApplication >/dev/null 2>nohup.out &

[root@VM-0-14-centos classes]# 
chmod +x /data/publish/tophorse/answerduel/WEB-IN 
F/classes/start.sh


[root@VM-0-14-centos classes]# 
Finished: SUCCESS