Compare commits

..

No commits in common. "e795b348e8f5c70ed664a9e8eb24cd4bfe1bee57" and "3abac95293cd795e976e47270753e78b849044ac" have entirely different histories.

View File

@ -105,7 +105,7 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行
echo "Killing process $pid"
kill -9 $pid
fi
nohup java -Xms256m -Xmx256m -jar ludu-module-datacenter/ludu-module-datacenter-biz/target/ludu-module-datacenter-biz.jar --spring.profiles.active=dev > api.log &
nohup java -Xms256m -Xmx256m -jar ludu-module-datacenter/ludu-module-datacenter-biz/target/ludu-module-datacenter-biz.jar > api.log &
volumes: # 定义流水线挂载目录,用于共享数据