Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Jpom
Commits
581f466d
Unverified
Commit
581f466d
authored
3 years ago
by
bwcx_jzy
Browse files
Options
Download
Email Patches
Plain Diff
commit 2.8.11
parent
31e07320
Changes
20
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.env
+1
-1
.env
.github/workflows/docker-image.yml
+1
-1
.github/workflows/docker-image.yml
CHANGELOG.md
+1
-1
CHANGELOG.md
docs/js/version.js
+1
-1
docs/js/version.js
docs/version.txt
+1
-1
docs/version.txt
docs/versions.json
+3
-3
docs/versions.json
modules/agent/pom.xml
+2
-2
modules/agent/pom.xml
modules/common/pom.xml
+2
-2
modules/common/pom.xml
modules/server/DockerfileRelease
+1
-1
modules/server/DockerfileRelease
modules/server/pom.xml
+2
-2
modules/server/pom.xml
modules/sub-plugin/auto-charset-jchardet/pom.xml
+1
-1
modules/sub-plugin/auto-charset-jchardet/pom.xml
modules/sub-plugin/db-h2/pom.xml
+1
-1
modules/sub-plugin/db-h2/pom.xml
modules/sub-plugin/docker-cli/pom.xml
+1
-1
modules/sub-plugin/docker-cli/pom.xml
modules/sub-plugin/email/pom.xml
+1
-1
modules/sub-plugin/email/pom.xml
modules/sub-plugin/maven-plugin/pom.xml
+1
-1
modules/sub-plugin/maven-plugin/pom.xml
modules/sub-plugin/svn-clone/pom.xml
+1
-1
modules/sub-plugin/svn-clone/pom.xml
modules/sub-plugin/webhook/pom.xml
+1
-1
modules/sub-plugin/webhook/pom.xml
pom.xml
+1
-1
pom.xml
script/docker.sh
+2
-2
script/docker.sh
web-vue/package.json
+1
-1
web-vue/package.json
with
26 additions
and
26 deletions
+26
-26
.env
+
1
-
1
View file @
581f466d
JPOM_VERSION=2.8.1
0
JPOM_VERSION=2.8.1
1
# Server Token 生产部署请更换
SERVER_TOKEN=7094f673-2c53-4fc1-82e7-86e528449d97
This diff is collapsed.
Click to expand it.
.github/workflows/docker-image.yml
+
1
-
1
View file @
581f466d
...
...
@@ -17,5 +17,5 @@ jobs:
-
name
:
Build the Docker image
run
:
|
docker buildx create --use
docker buildx build --platform linux/amd64,linux/arm64 -t jpomdocker/jpom:2.8.1
0
-f ./modules/server/DockerfileRelease --push .
docker buildx build --platform linux/amd64,linux/arm64 -t jpomdocker/jpom:2.8.1
1
-f ./modules/server/DockerfileRelease --push .
docker buildx build --platform linux/amd64,linux/arm64 -t jpomdocker/jpom:latest -f ./modules/server/DockerfileRelease --push .
This diff is collapsed.
Click to expand it.
CHANGELOG.md
+
1
-
1
View file @
581f466d
# 🚀 版本日志
# 2.8.11
# 2.8.11
(2022-02-18)
### 🐣 新增功能
...
...
This diff is collapsed.
Click to expand it.
docs/js/version.js
+
1
-
1
View file @
581f466d
var
version
=
'
2.8.1
0
'
;
var
version
=
'
2.8.1
1
'
;
This diff is collapsed.
Click to expand it.
docs/version.txt
+
1
-
1
View file @
581f466d
2.8.1
0
2.8.1
1
This diff is collapsed.
Click to expand it.
docs/versions.json
+
3
-
3
View file @
581f466d
{
"tag_name"
:
"v2.8.1
0
"
,
"agentUrl"
:
"https://jpom-releases.oss-cn-hangzhou.aliyuncs.com/agent-2.8.1
0
-release.zip"
,
"serverUrl"
:
"https://jpom-releases.oss-cn-hangzhou.aliyuncs.com/server-2.8.1
0
-release.zip"
,
"tag_name"
:
"v2.8.1
1
"
,
"agentUrl"
:
"https://jpom-releases.oss-cn-hangzhou.aliyuncs.com/agent-2.8.1
1
-release.zip"
,
"serverUrl"
:
"https://jpom-releases.oss-cn-hangzhou.aliyuncs.com/server-2.8.1
1
-release.zip"
,
"changelogUrl"
:
"https://gitee.com/dromara/Jpom/raw/master/CHANGELOG.md"
}
This diff is collapsed.
Click to expand it.
modules/agent/pom.xml
+
2
-
2
View file @
581f466d
...
...
@@ -5,12 +5,12 @@
<parent>
<artifactId>
jpom-parent
</artifactId>
<groupId>
io.jpom
</groupId>
<version>
2.8.1
0
</version>
<version>
2.8.1
1
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
agent
</artifactId>
<version>
2.8.1
0
</version>
<version>
2.8.1
1
</version>
<name>
Jpom 插件端
</name>
<properties>
<start-class>
io.jpom.JpomAgentApplication
</start-class>
...
...
This diff is collapsed.
Click to expand it.
modules/common/pom.xml
+
2
-
2
View file @
581f466d
...
...
@@ -5,13 +5,13 @@
<parent>
<artifactId>
jpom-parent
</artifactId>
<groupId>
io.jpom
</groupId>
<version>
2.8.1
0
</version>
<version>
2.8.1
1
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<name>
Jpom 公共模块
</name>
<artifactId>
common
</artifactId>
<version>
2.8.1
0
</version>
<version>
2.8.1
1
</version>
<dependencies>
...
...
This diff is collapsed.
Click to expand it.
modules/server/DockerfileRelease
+
1
-
1
View file @
581f466d
...
...
@@ -24,7 +24,7 @@
FROM maven:3.8.4-jdk-8
ENV JPOM_HOME /usr/local/jpom-server
ENV JPOM_PKG server-2.8.1
0
-release.tar.gz
ENV JPOM_PKG server-2.8.1
1
-release.tar.gz
ENV JPOM_DATA_PATH ${JPOM_HOME}/data
ENV JPOM_LOG_PATH ${JPOM_HOME}/log
...
...
This diff is collapsed.
Click to expand it.
modules/server/pom.xml
+
2
-
2
View file @
581f466d
...
...
@@ -5,13 +5,13 @@
<parent>
<artifactId>
jpom-parent
</artifactId>
<groupId>
io.jpom
</groupId>
<version>
2.8.1
0
</version>
<version>
2.8.1
1
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<name>
Jpom 服务端
</name>
<artifactId>
server
</artifactId>
<version>
2.8.1
0
</version>
<version>
2.8.1
1
</version>
<properties>
<start-class>
io.jpom.JpomServerApplication
</start-class>
</properties>
...
...
This diff is collapsed.
Click to expand it.
modules/sub-plugin/auto-charset-jchardet/pom.xml
+
1
-
1
View file @
581f466d
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
jpom-parent
</artifactId>
<groupId>
io.jpom
</groupId>
<version>
2.8.1
0
</version>
<version>
2.8.1
1
</version>
<relativePath>
../../../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
modules/sub-plugin/db-h2/pom.xml
+
1
-
1
View file @
581f466d
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
jpom-parent
</artifactId>
<groupId>
io.jpom
</groupId>
<version>
2.8.1
0
</version>
<version>
2.8.1
1
</version>
<relativePath>
../../../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
modules/sub-plugin/docker-cli/pom.xml
+
1
-
1
View file @
581f466d
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
jpom-parent
</artifactId>
<groupId>
io.jpom
</groupId>
<version>
2.8.1
0
</version>
<version>
2.8.1
1
</version>
<relativePath>
../../../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
modules/sub-plugin/email/pom.xml
+
1
-
1
View file @
581f466d
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
jpom-parent
</artifactId>
<groupId>
io.jpom
</groupId>
<version>
2.8.1
0
</version>
<version>
2.8.1
1
</version>
<relativePath>
../../../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
modules/sub-plugin/maven-plugin/pom.xml
+
1
-
1
View file @
581f466d
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
jpom-parent
</artifactId>
<groupId>
io.jpom
</groupId>
<version>
2.8.1
0
</version>
<version>
2.8.1
1
</version>
<relativePath>
../../../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
modules/sub-plugin/svn-clone/pom.xml
+
1
-
1
View file @
581f466d
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
jpom-parent
</artifactId>
<groupId>
io.jpom
</groupId>
<version>
2.8.1
0
</version>
<version>
2.8.1
1
</version>
<relativePath>
../../../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
modules/sub-plugin/webhook/pom.xml
+
1
-
1
View file @
581f466d
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
jpom-parent
</artifactId>
<groupId>
io.jpom
</groupId>
<version>
2.8.1
0
</version>
<version>
2.8.1
1
</version>
<relativePath>
../../../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
pom.xml
+
1
-
1
View file @
581f466d
...
...
@@ -28,7 +28,7 @@
简而轻的低侵入式在线构建、自动部署、日常运维、项目监控软件
</description>
<inceptionYear>
2017
</inceptionYear>
<version>
2.8.1
0
</version>
<version>
2.8.1
1
</version>
<url>
https://gitee.com/dromara/Jpom
</url>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
...
...
This diff is collapsed.
Click to expand it.
script/docker.sh
+
2
-
2
View file @
581f466d
...
...
@@ -6,12 +6,12 @@
# https://hub.docker.com/r/jpomdocker/jpom
# 服务端
docker buildx build
--platform
linux/amd64,linux/arm64
-t
jpomdocker/jpom:2.8.1
0
-f
./modules/server/DockerfileRelease
--push
.
docker buildx build
--platform
linux/amd64,linux/arm64
-t
jpomdocker/jpom:2.8.1
1
-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 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.8.1
0
# 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.8.1
1
# docker stop jpom-server
# docker rm jpom-server
# docker exec -it jpom-server /bin/bash
...
...
This diff is collapsed.
Click to expand it.
web-vue/package.json
+
1
-
1
View file @
581f466d
{
"name"
:
"jpom-vue"
,
"version"
:
"2.8.1
0
"
,
"version"
:
"2.8.1
1
"
,
"private"
:
true
,
"scripts"
:
{
"serve"
:
"vue-cli-service serve --mode dev"
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment