Started by user unknown or anonymous
Running as SYSTEM
Building in workspace /data/jenkins/workspace/BCX-data-sync
The recommended git tool is: NONE
using credential e9f27bcd-2741-48e3-b693-e66c2b7b3499
 > /usr/local/git/bin/git rev-parse --resolve-git-dir /data/jenkins/workspace/BCX-data-sync/.git # timeout=10
Fetching changes from the remote Git repository
 > /usr/local/git/bin/git config remote.origin.url https://gitlab.arsbaibaodun.com/third-party-system/bcx-data-sync.git # timeout=10
Fetching upstream changes from https://gitlab.arsbaibaodun.com/third-party-system/bcx-data-sync.git
 > /usr/local/git/bin/git --version # timeout=10
 > git --version # 'git version 2.43.0'
using GIT_ASKPASS to set credentials gitlab凭据
 > /usr/local/git/bin/git fetch --tags --force --progress -- https://gitlab.arsbaibaodun.com/third-party-system/bcx-data-sync.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/local/git/bin/git rev-parse refs/remotes/origin/test^{commit} # timeout=10
Checking out Revision 99d3eb5009cfc32ae4311d62a355cbaf860fc0de (refs/remotes/origin/test)
 > /usr/local/git/bin/git config core.sparsecheckout # timeout=10
 > /usr/local/git/bin/git checkout -f 99d3eb5009cfc32ae4311d62a355cbaf860fc0de # timeout=10
Commit message: "Merge branch '2025-05-27-华为云监控对接' into test"
 > /usr/local/git/bin/git rev-list --no-walk d1ca45c0a5d746e78225f9a961ae036f2b730dcc # timeout=10
[BCX-data-sync] $ /bin/sh -xe /data/apache-tomcat-jenkins/temp/jenkins8258042026895379131.sh
+ cd /data/jenkins/workspace/BCX-data-sync
+ mvn clean package -DskipTests
[INFO] Scanning for projects...
[INFO] 
[INFO] ----------------------< com.bcxin:bcx-data-sync >-----------------------
[INFO] Building bcx-data-sync 1.0.0
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The artifact mysql:mysql-connector-java:jar:8.0.31 has been relocated to com.mysql:mysql-connector-j:jar:8.0.31
[INFO] 
[INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ bcx-data-sync ---
[INFO] Deleting /data/jenkins/workspace/BCX-data-sync/target
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ bcx-data-sync ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 4 resources
[INFO] Copying 53 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ bcx-data-sync ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 314 source files to /data/jenkins/workspace/BCX-data-sync/target/classes
[INFO] /data/jenkins/workspace/BCX-data-sync/src/main/java/com/bcxin/sync/configs/CustomTokenEnhancer.java: Some input files use or override a deprecated API.
[INFO] /data/jenkins/workspace/BCX-data-sync/src/main/java/com/bcxin/sync/configs/CustomTokenEnhancer.java: Recompile with -Xlint:deprecation for details.
[INFO] /data/jenkins/workspace/BCX-data-sync/src/main/java/com/bcxin/sync/dtos/response/result/RespResult.java: Some input files use unchecked or unsafe operations.
[INFO] /data/jenkins/workspace/BCX-data-sync/src/main/java/com/bcxin/sync/dtos/response/result/RespResult.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ bcx-data-sync ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /data/jenkins/workspace/BCX-data-sync/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ bcx-data-sync ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ bcx-data-sync ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ bcx-data-sync ---
[INFO] Building jar: /data/jenkins/workspace/BCX-data-sync/target/bcx-data-sync-1.0.0.jar
[INFO] 
[INFO] --- spring-boot-maven-plugin:2.7.5:repackage (repackage) @ bcx-data-sync ---
[INFO] Replacing main artifact with repackaged archive
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  17.011 s
[INFO] Finished at: 2025-06-12T16:51:10+08:00
[INFO] ------------------------------------------------------------------------
+ scp /data/jenkins/workspace/BCX-data-sync/target/bcx-data-sync-1.0.0.jar 172.20.0.7:/data/workspace/BCX-data-sync/
[SSH] script:
=""
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"
JAVA_HOME="/usr/local/jdk1.8"
JAVA_CLASS="/usr/local/jdk1.8/lib"
HOME="/root"

#JAVA
export JAVA_HOME=/usr/local/java
export JAVA_CLASS=$JAVA_HOME/lib
export PATH=$JAVA_HOME/bin:$PATH

# 杀死进程
pid=$(ps -ef|grep bcx-data-sync-1.0.0.jar |grep -v grep|awk '{print $2}')
if [ $pid  ];then
	kill -9 $pid
fi

sleep 5

# 启动进程
cd /data/workspace/BCX-data-sync/
nohup java  -Xms512m -Xmx512m -jar bcx-data-sync-1.0.0.jar --spring.profiles.active=test &> /dev/null &

[SSH] executing...
bash: =: command not found

[SSH] completed
[SSH] exit-status: 0

Finished: SUCCESS