mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-11-30 02:48:17 +08:00
commit 2.10.7
This commit is contained in:
parent
48aa56272d
commit
c9402b406e
2
.env
2
.env
@ -1,3 +1,3 @@
|
|||||||
JPOM_VERSION=2.10.6
|
JPOM_VERSION=2.10.7
|
||||||
# Server Token 生产部署请更换
|
# Server Token 生产部署请更换
|
||||||
SERVER_TOKEN=7094f673-2c53-4fc1-82e7-86e528449d97
|
SERVER_TOKEN=7094f673-2c53-4fc1-82e7-86e528449d97
|
||||||
|
@ -29,14 +29,14 @@ stages:
|
|||||||
artifacts:
|
artifacts:
|
||||||
- name: all_zip
|
- name: all_zip
|
||||||
path:
|
path:
|
||||||
- modules/server/target/server-2.10.6-release.zip
|
- modules/server/target/server-2.10.7-release.zip
|
||||||
- modules/agent/target/agent-2.10.6-release.zip
|
- modules/agent/target/agent-2.10.7-release.zip
|
||||||
- name: server_zip
|
- name: server_zip
|
||||||
path:
|
path:
|
||||||
- modules/server/target/server-2.10.6-release.zip
|
- modules/server/target/server-2.10.7-release.zip
|
||||||
- name: agent_zip
|
- name: agent_zip
|
||||||
path:
|
path:
|
||||||
- modules/agent/target/agent-2.10.6-release.zip
|
- modules/agent/target/agent-2.10.7-release.zip
|
||||||
settings: []
|
settings: []
|
||||||
strategy:
|
strategy:
|
||||||
retry: '0'
|
retry: '0'
|
||||||
@ -50,7 +50,7 @@ stages:
|
|||||||
name: publish_general_artifacts
|
name: publish_general_artifacts
|
||||||
displayName: 合并打包
|
displayName: 合并打包
|
||||||
dependArtifact: all_zip
|
dependArtifact: all_zip
|
||||||
artifactName: jpom-2.10.6
|
artifactName: jpom-2.10.7
|
||||||
strategy:
|
strategy:
|
||||||
retry: '0'
|
retry: '0'
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -1 +1 @@
|
|||||||
2.10.6
|
2.10.7
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>io.jpom.agent-transport</groupId>
|
<groupId>io.jpom.agent-transport</groupId>
|
||||||
<artifactId>jpom-agent-transport-parent</artifactId>
|
<artifactId>jpom-agent-transport-parent</artifactId>
|
||||||
<version>2.10.6</version>
|
<version>2.10.7</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>io.jpom.agent-transport</groupId>
|
<groupId>io.jpom.agent-transport</groupId>
|
||||||
<artifactId>jpom-agent-transport-parent</artifactId>
|
<artifactId>jpom-agent-transport-parent</artifactId>
|
||||||
<version>2.10.6</version>
|
<version>2.10.7</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>jpom-parent</artifactId>
|
<artifactId>jpom-parent</artifactId>
|
||||||
<groupId>io.jpom</groupId>
|
<groupId>io.jpom</groupId>
|
||||||
<version>2.10.6</version>
|
<version>2.10.7</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
@ -38,7 +38,7 @@
|
|||||||
<module>agent-transport-http</module>
|
<module>agent-transport-http</module>
|
||||||
</modules>
|
</modules>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<version>2.10.6</version>
|
<version>2.10.7</version>
|
||||||
<groupId>io.jpom.agent-transport</groupId>
|
<groupId>io.jpom.agent-transport</groupId>
|
||||||
<artifactId>jpom-agent-transport-parent</artifactId>
|
<artifactId>jpom-agent-transport-parent</artifactId>
|
||||||
<name>Jpom Agent Transport</name>
|
<name>Jpom Agent Transport</name>
|
||||||
|
@ -29,12 +29,12 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>jpom-parent</artifactId>
|
<artifactId>jpom-parent</artifactId>
|
||||||
<groupId>io.jpom</groupId>
|
<groupId>io.jpom</groupId>
|
||||||
<version>2.10.6</version>
|
<version>2.10.7</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>agent</artifactId>
|
<artifactId>agent</artifactId>
|
||||||
<version>2.10.6</version>
|
<version>2.10.7</version>
|
||||||
<name>Jpom Agent</name>
|
<name>Jpom Agent</name>
|
||||||
<properties>
|
<properties>
|
||||||
<start-class>io.jpom.JpomAgentApplication</start-class>
|
<start-class>io.jpom.JpomAgentApplication</start-class>
|
||||||
|
@ -29,13 +29,13 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>jpom-parent</artifactId>
|
<artifactId>jpom-parent</artifactId>
|
||||||
<groupId>io.jpom</groupId>
|
<groupId>io.jpom</groupId>
|
||||||
<version>2.10.6</version>
|
<version>2.10.7</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<name>Jpom Common</name>
|
<name>Jpom Common</name>
|
||||||
<artifactId>common</artifactId>
|
<artifactId>common</artifactId>
|
||||||
<version>2.10.6</version>
|
<version>2.10.7</version>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
||||||
|
@ -7,4 +7,4 @@
|
|||||||
| |
|
| |
|
||||||
|_|
|
|_|
|
||||||
|
|
||||||
➜ Jpom \ (•◡•) / (v2.10.6)
|
➜ Jpom \ (•◡•) / (v2.10.7)
|
@ -29,7 +29,7 @@ LABEL maintainer="bwcx-jzy <bwcx_jzy@163.com>"
|
|||||||
LABEL documentation="https://jpom.top"
|
LABEL documentation="https://jpom.top"
|
||||||
|
|
||||||
ENV JPOM_HOME /usr/local/jpom-server
|
ENV JPOM_HOME /usr/local/jpom-server
|
||||||
ENV JPOM_PKG_VERSION 2.10.6
|
ENV JPOM_PKG_VERSION 2.10.7
|
||||||
ENV JPOM_PKG server-${JPOM_PKG_VERSION}-release.tar.gz
|
ENV JPOM_PKG server-${JPOM_PKG_VERSION}-release.tar.gz
|
||||||
ENV SHA1_NAME server-${JPOM_PKG_VERSION}-release.tar.gz.sha1
|
ENV SHA1_NAME server-${JPOM_PKG_VERSION}-release.tar.gz.sha1
|
||||||
|
|
||||||
|
@ -29,13 +29,13 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>jpom-parent</artifactId>
|
<artifactId>jpom-parent</artifactId>
|
||||||
<groupId>io.jpom</groupId>
|
<groupId>io.jpom</groupId>
|
||||||
<version>2.10.6</version>
|
<version>2.10.7</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<name>Jpom Server</name>
|
<name>Jpom Server</name>
|
||||||
<artifactId>server</artifactId>
|
<artifactId>server</artifactId>
|
||||||
<version>2.10.6</version>
|
<version>2.10.7</version>
|
||||||
<properties>
|
<properties>
|
||||||
<start-class>io.jpom.JpomServerApplication</start-class>
|
<start-class>io.jpom.JpomServerApplication</start-class>
|
||||||
</properties>
|
</properties>
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>jpom-parent</artifactId>
|
<artifactId>jpom-parent</artifactId>
|
||||||
<groupId>io.jpom</groupId>
|
<groupId>io.jpom</groupId>
|
||||||
<version>2.10.6</version>
|
<version>2.10.7</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
@ -37,7 +37,7 @@
|
|||||||
<module>storage-module-common</module>
|
<module>storage-module-common</module>
|
||||||
</modules>
|
</modules>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<version>2.10.6</version>
|
<version>2.10.7</version>
|
||||||
<groupId>io.jpom.storage-module</groupId>
|
<groupId>io.jpom.storage-module</groupId>
|
||||||
<artifactId>jpom-storage-module-parent</artifactId>
|
<artifactId>jpom-storage-module-parent</artifactId>
|
||||||
<name>Jpom storage module</name>
|
<name>Jpom storage module</name>
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>io.jpom.storage-module</groupId>
|
<groupId>io.jpom.storage-module</groupId>
|
||||||
<artifactId>jpom-storage-module-parent</artifactId>
|
<artifactId>jpom-storage-module-parent</artifactId>
|
||||||
<version>2.10.6</version>
|
<version>2.10.7</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>jpom-plugins-parent</artifactId>
|
<artifactId>jpom-plugins-parent</artifactId>
|
||||||
<groupId>io.jpom.plugins</groupId>
|
<groupId>io.jpom.plugins</groupId>
|
||||||
<version>2.10.6</version>
|
<version>2.10.7</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>jpom-plugins-parent</artifactId>
|
<artifactId>jpom-plugins-parent</artifactId>
|
||||||
<groupId>io.jpom.plugins</groupId>
|
<groupId>io.jpom.plugins</groupId>
|
||||||
<version>2.10.6</version>
|
<version>2.10.7</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>jpom-plugins-parent</artifactId>
|
<artifactId>jpom-plugins-parent</artifactId>
|
||||||
<groupId>io.jpom.plugins</groupId>
|
<groupId>io.jpom.plugins</groupId>
|
||||||
<version>2.10.6</version>
|
<version>2.10.7</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>jpom-plugins-parent</artifactId>
|
<artifactId>jpom-plugins-parent</artifactId>
|
||||||
<groupId>io.jpom.plugins</groupId>
|
<groupId>io.jpom.plugins</groupId>
|
||||||
<version>2.10.6</version>
|
<version>2.10.7</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>jpom-plugins-parent</artifactId>
|
<artifactId>jpom-plugins-parent</artifactId>
|
||||||
<groupId>io.jpom.plugins</groupId>
|
<groupId>io.jpom.plugins</groupId>
|
||||||
<version>2.10.6</version>
|
<version>2.10.7</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>jpom-parent</artifactId>
|
<artifactId>jpom-parent</artifactId>
|
||||||
<groupId>io.jpom</groupId>
|
<groupId>io.jpom</groupId>
|
||||||
<version>2.10.6</version>
|
<version>2.10.7</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
@ -43,7 +43,7 @@
|
|||||||
<module>git-clone</module>
|
<module>git-clone</module>
|
||||||
</modules>
|
</modules>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<version>2.10.6</version>
|
<version>2.10.7</version>
|
||||||
<groupId>io.jpom.plugins</groupId>
|
<groupId>io.jpom.plugins</groupId>
|
||||||
<artifactId>jpom-plugins-parent</artifactId>
|
<artifactId>jpom-plugins-parent</artifactId>
|
||||||
<name>Jpom Plugins</name>
|
<name>Jpom Plugins</name>
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>jpom-plugins-parent</artifactId>
|
<artifactId>jpom-plugins-parent</artifactId>
|
||||||
<groupId>io.jpom.plugins</groupId>
|
<groupId>io.jpom.plugins</groupId>
|
||||||
<version>2.10.6</version>
|
<version>2.10.7</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>jpom-plugins-parent</artifactId>
|
<artifactId>jpom-plugins-parent</artifactId>
|
||||||
<groupId>io.jpom.plugins</groupId>
|
<groupId>io.jpom.plugins</groupId>
|
||||||
<version>2.10.6</version>
|
<version>2.10.7</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>jpom-parent</artifactId>
|
<artifactId>jpom-parent</artifactId>
|
||||||
<groupId>io.jpom</groupId>
|
<groupId>io.jpom</groupId>
|
||||||
<version>2.10.6</version>
|
<version>2.10.7</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
2
pom.xml
2
pom.xml
@ -50,7 +50,7 @@
|
|||||||
简而轻的低侵入式在线构建、自动部署、日常运维、项目监控软件
|
简而轻的低侵入式在线构建、自动部署、日常运维、项目监控软件
|
||||||
</description>
|
</description>
|
||||||
<inceptionYear>2017</inceptionYear>
|
<inceptionYear>2017</inceptionYear>
|
||||||
<version>2.10.6</version>
|
<version>2.10.7</version>
|
||||||
<url>https://gitee.com/dromara/Jpom</url>
|
<url>https://gitee.com/dromara/Jpom</url>
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
@ -31,12 +31,12 @@
|
|||||||
# docker buildx create --use
|
# docker buildx create --use
|
||||||
|
|
||||||
# 服务端
|
# 服务端
|
||||||
docker buildx build --platform linux/amd64,linux/arm64 -t jpomdocker/jpom:2.10.6 -t jpomdocker/jpom:latest -f ./modules/server/DockerfileRelease --push .
|
docker buildx build --platform linux/amd64,linux/arm64 -t jpomdocker/jpom:2.10.7 -t jpomdocker/jpom:latest -f ./modules/server/DockerfileRelease --push .
|
||||||
#
|
#
|
||||||
#docker buildx build --platform linux/amd64,linux/arm64 -t jpomdocker/jpom:latest -f ./modules/server/DockerfileRelease --push .
|
#docker buildx build --platform linux/amd64,linux/arm64 -t jpomdocker/jpom:latest -f ./modules/server/DockerfileRelease --push .
|
||||||
|
|
||||||
# docker logs --tail="100" jpom-server
|
# docker logs --tail="100" jpom-server
|
||||||
# docker run -d -p 2122:2122 --name jpom-server -v /etc/localtime:/etc/localtime:ro -v jpom-server-vol:/usr/local/jpom-server jpomdocker/jpom:mac-arm-2.10.6
|
# docker run -d -p 2122:2122 --name jpom-server -v /etc/localtime:/etc/localtime:ro -v jpom-server-vol:/usr/local/jpom-server jpomdocker/jpom:mac-arm-2.10.7
|
||||||
# docker stop jpom-server
|
# docker stop jpom-server
|
||||||
# docker rm jpom-server
|
# docker rm jpom-server
|
||||||
# docker exec -it jpom-server /bin/bash
|
# docker exec -it jpom-server /bin/bash
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
|
|
||||||
# 版本
|
# 版本
|
||||||
jpom_version=2.10.6
|
jpom_version=2.10.7
|
||||||
|
|
||||||
#Mirror_Host=download.fastgit.org
|
#Mirror_Host=download.fastgit.org
|
||||||
#Mirror_Host=hub.fastgit.xyz
|
#Mirror_Host=hub.fastgit.xyz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "jpom-vue",
|
"name": "jpom-vue",
|
||||||
"version": "2.10.6",
|
"version": "2.10.7",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"serve": "vue-cli-service --max-old-space-size=900 serve --mode dev",
|
"serve": "vue-cli-service --max-old-space-size=900 serve --mode dev",
|
||||||
|
Loading…
Reference in New Issue
Block a user