24.10.0-SNAPSHOT
This commit is contained in:
parent
255a346490
commit
bf79dbb4df
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>com.bonus</groupId>
|
<groupId>com.bonus</groupId>
|
||||||
<artifactId>bonus</artifactId>
|
<artifactId>bonus</artifactId>
|
||||||
<version>24.9.0</version>
|
<version>24.10.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>com.bonus</groupId>
|
<groupId>com.bonus</groupId>
|
||||||
<artifactId>bonus-modules</artifactId>
|
<artifactId>bonus-modules</artifactId>
|
||||||
<version>24.9.0</version>
|
<version>24.10.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>com.bonus</groupId>
|
<groupId>com.bonus</groupId>
|
||||||
<artifactId>bonus-modules</artifactId>
|
<artifactId>bonus-modules</artifactId>
|
||||||
<version>24.9.0</version>
|
<version>24.10.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
|
@ -97,7 +97,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.bonus</groupId>
|
<groupId>com.bonus</groupId>
|
||||||
<artifactId>bonus-common-biz</artifactId>
|
<artifactId>bonus-common-biz</artifactId>
|
||||||
<version>24.9.0</version>
|
<version>24.10.0-SNAPSHOT</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>com.bonus</groupId>
|
<groupId>com.bonus</groupId>
|
||||||
<artifactId>bonus</artifactId>
|
<artifactId>bonus</artifactId>
|
||||||
<version>24.9.0</version>
|
<version>24.10.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
|
|
||||||
4
pom.xml
4
pom.xml
|
|
@ -6,14 +6,14 @@
|
||||||
|
|
||||||
<groupId>com.bonus</groupId>
|
<groupId>com.bonus</groupId>
|
||||||
<artifactId>bonus</artifactId>
|
<artifactId>bonus</artifactId>
|
||||||
<version>24.9.0</version>
|
<version>24.10.0-SNAPSHOT</version>
|
||||||
|
|
||||||
<name>bonus</name>
|
<name>bonus</name>
|
||||||
<url>http://www.ahbonus.cn</url>
|
<url>http://www.ahbonus.cn</url>
|
||||||
<description>博诺思微服务系统</description>
|
<description>博诺思微服务系统</description>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<bonus.version>24.9.0</bonus.version>
|
<bonus.version>24.10.0-SNAPSHOT</bonus.version>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||||
<java.version>1.8</java.version>
|
<java.version>1.8</java.version>
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
suffix="-material"
|
suffix="-material"
|
||||||
jar_version="24.9.0"
|
jar_version="24.10.0-SNAPSHOT"
|
||||||
|
|
||||||
export deploy_path=/opt/webapps/bonus-material
|
export deploy_path=/opt/webapps/bonus-material
|
||||||
export app_workspace=/opt/builds/releases/Bonus-Cloud/${jar_version}
|
export app_workspace=/opt/builds/releases/Bonus-Cloud/${jar_version}
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
AUTH_RESOURCE_NAME=bonus-auth-24.9.0-material.jar
|
AUTH_RESOURCE_NAME=bonus-auth-24.10.0-SNAPSHOT-material.jar
|
||||||
GATEWAY_RESOURCE_NAME=bonus-gateway-24.9.0-material.jar
|
GATEWAY_RESOURCE_NAME=bonus-gateway-24.10.0-SNAPSHOT-material.jar
|
||||||
SYS_RESOURCE_NAME=bonus-system-24.9.0-material.jar
|
SYS_RESOURCE_NAME=bonus-system-24.10.0-SNAPSHOT-material.jar
|
||||||
JOB_RESOURCE_NAME=bonus-job-24.9.0-material.jar
|
JOB_RESOURCE_NAME=bonus-job-24.10.0-SNAPSHOT-material.jar
|
||||||
FILE_RESOURCE_NAME=bonus-file-24.9.0-material.jar
|
FILE_RESOURCE_NAME=bonus-file-24.10.0-SNAPSHOT-material.jar
|
||||||
MONITOR_RESOURCE_NAME=bonus-visual-monitor-24.9.0-material.jar
|
MONITOR_RESOURCE_NAME=bonus-visual-monitor-24.10.0-SNAPSHOT-material.jar
|
||||||
MATERIAL_RESOURCE_NAME=bonus-material.jar
|
MATERIAL_RESOURCE_NAME=bonus-material.jar
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,20 +2,20 @@
|
||||||
|
|
||||||
export deploy_path=/opt/webapps/bonus-material
|
export deploy_path=/opt/webapps/bonus-material
|
||||||
|
|
||||||
export app_workspace=/opt/builds/releases/Bonus-Cloud/24.9.0
|
export app_workspace=/opt/builds/releases/Bonus-Cloud/24.10.0-SNAPSHOT
|
||||||
export biz_workspace=/home/jenkins/workspace/Bonus-Cloud-Material
|
export biz_workspace=/home/jenkins/workspace/Bonus-Cloud-Material
|
||||||
|
|
||||||
suffix="-material"
|
suffix="-material"
|
||||||
|
|
||||||
|
|
||||||
app_source_jars=(
|
app_source_jars=(
|
||||||
"bonus-auth-24.9.0.jar"
|
"bonus-auth-24.10.0-SNAPSHOT.jar"
|
||||||
"bonus-gateway-24.9.0.jar"
|
"bonus-gateway-24.10.0-SNAPSHOT.jar"
|
||||||
#"bonus-file-24.9.0.jar"
|
#"bonus-file-24.10.0-SNAPSHOT.jar"
|
||||||
#"bonus-gen-24.9.0.jar"
|
#"bonus-gen-24.10.0-SNAPSHOT.jar"
|
||||||
#"bonus-job-24.9.0.jar"
|
#"bonus-job-24.10.0-SNAPSHOT.jar"
|
||||||
"bonus-system-24.9.0.jar"
|
"bonus-system-24.10.0-SNAPSHOT.jar"
|
||||||
"bonus-visual-monitor-24.9.0.jar"
|
"bonus-visual-monitor-24.10.0-SNAPSHOT.jar"
|
||||||
)
|
)
|
||||||
|
|
||||||
#for source_jar in "${app_source_jars[@]}"; do
|
#for source_jar in "${app_source_jars[@]}"; do
|
||||||
|
|
@ -41,13 +41,13 @@ cp -f ${biz_workspace}/"bonus-modules/bonus-material/target/bonus-material.jar"
|
||||||
echo "copied ${app_workspace}/${source_jar} to $deploy_path"
|
echo "copied ${app_workspace}/${source_jar} to $deploy_path"
|
||||||
|
|
||||||
# Define an array of JAR files to run
|
# Define an array of JAR files to run
|
||||||
jars=("bonus-auth-24.9.0-material.jar --spring.config.location=file:auth_bootstrap.yml"
|
jars=("bonus-auth-24.10.0-SNAPSHOT-material.jar --spring.config.location=file:auth_bootstrap.yml"
|
||||||
"bonus-gateway-24.9.0-material.jar --spring.config.location=file:gateway_bootstrap.yml"
|
"bonus-gateway-24.10.0-SNAPSHOT-material.jar --spring.config.location=file:gateway_bootstrap.yml"
|
||||||
"bonus-system-24.9.0-material.jar --spring.config.location=file:system_bootstrap.yml"
|
"bonus-system-24.10.0-SNAPSHOT-material.jar --spring.config.location=file:system_bootstrap.yml"
|
||||||
#"bonus-gen-24.9.0-material.jar --spring.config.location=file:gen_bootstrap.yml"
|
#"bonus-gen-24.10.0-SNAPSHOT-material.jar --spring.config.location=file:gen_bootstrap.yml"
|
||||||
#"bonus-job-24.9.0-material.jar --spring.config.location=file:job_bootstrap.yml"
|
#"bonus-job-24.10.0-SNAPSHOT-material.jar --spring.config.location=file:job_bootstrap.yml"
|
||||||
#"bonus-file-24.9.0-material.jar --spring.config.location=file:file_bootstrap.yml"
|
#"bonus-file-24.10.0-SNAPSHOT-material.jar --spring.config.location=file:file_bootstrap.yml"
|
||||||
#"bonus-visual-24.9.0-monitor-material.jar --spring.config.location=file:visual_bootstrap.yml"
|
#"bonus-visual-24.10.0-SNAPSHOT-monitor-material.jar --spring.config.location=file:visual_bootstrap.yml"
|
||||||
"bonus-material.jar --spring.config.location=file:material_bootstrap.yml")
|
"bonus-material.jar --spring.config.location=file:material_bootstrap.yml")
|
||||||
|
|
||||||
# 遍历数组并检查每个JAR文件的进程
|
# 遍历数组并检查每个JAR文件的进程
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue