Skip to content

Console Output

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