09:50:29 Started by upstream project "test-v5in-platform-source" build number 7
09:50:29 originally caused by:
09:50:29 Started by user admin
09:50:29 Running as SYSTEM
09:50:29 Building in workspace /data/jenkins/workspace/test-v5in-tenant-rest-web
09:50:29 [SSH] script:
09:50:29 PATH="/usr/local/jdk1.8/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/usr/local/maven/bin:/root/bin"
09:50:29 JAVA_HOME="/usr/local/jdk-17.0.6"
09:50:29 JAVA_CLASS="/usr/local/jdk1.8/lib"
09:50:29 HOME="/root"
09:50:29
09:50:29 #JAVA
09:50:29 export JAVA_HOME=/usr/local/java
09:50:29 export JAVA_CLASS=$JAVA_HOME/lib
09:50:29 export PATH=$JAVA_HOME/bin:$PATH
09:50:29
09:50:29 JAR=tenant-rest-web-api-1.0.jar
09:50:29 PID=$(ps -ef|grep -v grep|grep ${JAR}|awk '{print $2}')
09:50:29 PID_STATUS=$(ps -ef|grep -v grep|grep ${JAR}|awk '{print $2}'|wc -l)
09:50:29 WORK="/data/workspace/test-v5in-platform-runing"
09:50:29 PACKAGE="/data/workspace/test-v5in-platform-source-package"
09:50:29 PARAMETER1="-Dlog4j2.formatMsgNoLookups=true"
09:50:29 PARAMETER2="--server.port=8180 --nacos.address=127.0.0.1"
09:50:29 PARAMETER3="-Xms512m -Xmx512m"
09:50:29 LOGS=tenant-rest-web-error.log
09:50:29
09:50:29 if [ $PID_STATUS -eq 1 ]
09:50:29 then
09:50:29 kill -9 $PID
09:50:29 sleep 15
09:50:29 fi
09:50:29
09:50:29 \cp ${PACKAGE}/${JAR} ${WORK}/${JAR}
09:50:29
09:50:29 cd ${WORK}
09:50:29 nohup java ${PARAMETER3} -jar ${PARAMETER1} ${JAR} ${PARAMETER2} > /dev/null 2> $LOGS &
09:50:29
09:50:29
09:50:29
09:50:29 #实际命令参考
09:50:29 #nohup java -Xms512m -Xmx512m -jar -Dlog4j2.formatMsgNoLookups=true tenant-rest-web-api-1.0.jar --server.port=8180 --nacos.address=127.0.0.1 > /dev/null 2>tenant-rest-web-error.log &
09:50:29
09:50:29
09:50:29 [SSH] executing...
09:50:29 cp: cannot create regular file ‘/data/workspace/test-v5in-platform-runing/tenant-rest-web-api-1.0.jar’: No such file or directory
09:50:29 bash: line 28: cd: /data/workspace/test-v5in-platform-runing: No such file or directory
09:50:30
09:50:30 [SSH] completed
09:50:30 [SSH] exit-status: 0
09:50:30
09:50:30 Finished: SUCCESS