构建修改
This commit is contained in:
parent
bfa7d6f59b
commit
5adf95ffd0
@ -98,6 +98,7 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行
|
|||||||
|
|
||||||
- cd /root/ludu-cloud
|
- cd /root/ludu-cloud
|
||||||
- git pull origin master
|
- git pull origin master
|
||||||
|
- rm -f ludu-module-datacenter/ludu-module-datacenter-biz/src/main/java/cn/iocoder/yudao/module/datacenter/framework/nacos/config/BeanInit.java
|
||||||
- mvn package -Dmaven.test.skip=true
|
- mvn package -Dmaven.test.skip=true
|
||||||
- port=48092 # 指定端口号
|
- port=48092 # 指定端口号
|
||||||
- pid=$(lsof -t -i:$port) # 获取占用指定端口的进程号
|
- pid=$(lsof -t -i:$port) # 获取占用指定端口的进程号
|
||||||
|
Loading…
Reference in New Issue
Block a user