Skip to content

Console Output

17:16:52 Started by upstream project "test-v5in-platform-source" build number 29
17:16:52 originally caused by:
17:16:52  Started by user unknown or anonymous
17:16:52 Running as SYSTEM
17:16:52 Building in workspace /data/jenkins/workspace/test-v5in-tenant-shared-rest
17:16:52 [SSH] script:
17:16:52 =""
17:16:52 PATH="/usr/local/n/versions/node/16.0.0/bin:/usr/local/jdk1.8/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/var/lib/snapd/snap/bin:/usr/local/maven/bin:/usr/local/git/bin:/root/bin"
17:16:52 JAVA_HOME="/usr/local/jdk1.8"
17:16:52 JAVA_CLASS="/usr/local/jdk1.8/lib"
17:16:52 HOME="/root"
17:16:52 
17:16:52 #JAVA
17:16:52 export JAVA_HOME=/usr/local/java
17:16:52 export JAVA_CLASS=$JAVA_HOME/lib
17:16:52 export PATH=$JAVA_HOME/bin:$PATH
17:16:52 
17:16:52 JAR=tenant-shared-rest-web-api-1.0.jar
17:16:52 PID=$(ps -ef|grep -v grep|grep ${JAR}|awk '{print $2}')
17:16:52 PID_STATUS=$(ps -ef|grep -v grep|grep ${JAR}|awk '{print $2}'|wc -l)
17:16:52 WORK="/data/workspace/test-v5in-platform-runing"
17:16:52 PACKAGE="/data/workspace/test-v5in-platform-source-package"
17:16:52 PARAMETER1="-Dlog4j2.formatMsgNoLookups=true"
17:16:52 PARAMETER2="--server.port=8182 --nacos.address=127.0.0.1"
17:16:52 PARAMETER3="-Xms512m -Xmx512m"
17:16:52 LOGS=tenant-shared-rest-web-error.log
17:16:52 
17:16:52 if [ $PID_STATUS -eq 1 ]
17:16:52 then
17:16:52 	kill -9 $PID
17:16:52 	sleep 15
17:16:52 fi
17:16:52 
17:16:52 \cp  ${PACKAGE}/${JAR} ${WORK}/${JAR}
17:16:52 
17:16:52 cd ${WORK}
17:16:52 nohup java ${PARAMETER3} -jar ${PARAMETER1} ${JAR} ${PARAMETER2} > /dev/null 2> $LOGS &
17:16:52 
17:16:52 
17:16:52 #实际命令参考
17:16:52 #nohup java -Xms512m -Xmx512m -jar -Dlog4j2.formatMsgNoLookups=true tenant-shared-rest-web-api-1.0.jar --server.port=8182  --nacos.address=172.20.0.10  > /dev/null 2>tenant-shared-rest-web-error.log &
17:16:52 
17:16:52 [SSH] executing...
17:16:52 bash: =: command not found
17:17:08 
17:17:08 [SSH] completed
17:17:08 [SSH] exit-status: 0
17:17:08 
17:17:08 Finished: SUCCESS