Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
zjk-api
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zjk
zjk-api
Commits
6478a7cb
Commit
6478a7cb
authored
Aug 07, 2025
by
严国华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
流水线新增内置东方通更新
parent
06055a95
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
22 deletions
+10
-22
.beagle.yml
.beagle.yml
+0
-22
ruoyi-common/ruoyi-common-web/pom.xml
ruoyi-common/ruoyi-common-web/pom.xml
+10
-0
No files found.
.beagle.yml
View file @
6478a7cb
...
...
@@ -27,31 +27,9 @@ steps:
secret_key
:
from_secret
:
SECRET_KEY_MINIO
-
name
:
deploy-tongweb-jars
image
:
hub.wodcloud.com/zjk/tongweb-jars:7.0.E.6_P7
volumes
:
-
name
:
tongweb-jars
path
:
/tongweb/jars
-
name
:
install-tongweb-jars-to-local-repo
image
:
hub.wodcloud.com/base/devops-maven:3.8-openjdk-17
volumes
:
-
name
:
tongweb-jars
path
:
/tongweb/jars
-
name
:
maven-repo
path
:
/root/.m2/repository
commands
:
-
mvn install:install-file -DgroupId=com.tongweb -DartifactId=tongweb-embed-core -Dversion=7.0.E.6_P7 -Dpackaging=jar -Dfile=/tongweb/jars/tongweb-embed-core-7.0.E.6_P7.jar
-
mvn install:install-file -DgroupId=com.tongweb -DartifactId=tongweb-embed-websocket -Dversion=7.0.E.6_P7 -Dpackaging=jar -Dfile=/tongweb/jars/tongweb-embed-websocket-7.0.E.6_P7.jar
-
mvn install:install-file -DgroupId=com.tongweb -DartifactId=tongweb-spring-boot-starter-3.x -Dversion=7.0.E.6_P7 -Dpackaging=jar -Dfile=/tongweb/jars/tongweb-spring-boot-starter-3.x-7.0.E.6_P7.jar
-
mvn install:install-file -DgroupId=com.tongweb -DartifactId=tongweb-spring-boot-websocket-3.x -Dversion=7.0.E.6_P7 -Dpackaging=jar -Dfile=/tongweb/jars/tongweb-spring-boot-websocket-3.x-7.0.E.6_P7.jar
-
mvn install:install-file -DgroupId=com.tongweb -DartifactId=tongweb-lic-sdk -Dversion=4.5.0.0 -Dpackaging=jar -Dfile=/tongweb/jars/tongweb-lic-sdk-4.5.0.0.jar
-
name
:
build
image
:
hub.wodcloud.com/base/devops-maven:3.8-openjdk-17
volumes
:
-
name
:
maven-repo
path
:
/root/.m2/repository
commands
:
-
mvn clean install -Dmaven.test.skip=true
...
...
ruoyi-common/ruoyi-common-web/pom.xml
View file @
6478a7cb
...
...
@@ -58,26 +58,36 @@
<groupId>
com.tongweb.springboot
</groupId>
<artifactId>
tongweb-spring-boot-starter-3.x
</artifactId>
<version>
${tw.starter.version}
</version>
<scope>
system
</scope>
<systemPath>
${basedir}/libs/tongweb-spring-boot-starter-3.x-7.0.E.6_P7.jar
</systemPath>
</dependency>
<dependency>
<groupId>
com.tongweb.springboot
</groupId>
<artifactId>
tongweb-spring-boot-websocket-3.x
</artifactId>
<version>
${tw.starter.version}
</version>
<scope>
system
</scope>
<systemPath>
${basedir}/libs/tongweb-spring-boot-websocket-3.x-7.0.E.6_P7.jar
</systemPath>
</dependency>
<dependency>
<groupId>
com.tongweb
</groupId>
<artifactId>
tongweb-lic-sdk
</artifactId>
<version>
4.5.0.0
</version>
<scope>
system
</scope>
<systemPath>
${basedir}/libs/tongweb-lic-sdk-4.5.0.0.jar
</systemPath>
</dependency>
<dependency>
<groupId>
com.tongweb
</groupId>
<artifactId>
tongweb-embed-core
</artifactId>
<version>
${tw.starter.version}
</version>
<scope>
system
</scope>
<systemPath>
${basedir}/libs/tongweb-embed-core-3.x-7.0.E.6_P7.jar
</systemPath>
</dependency>
<dependency>
<groupId>
com.tongweb
</groupId>
<artifactId>
tongweb-embed-websocket
</artifactId>
<version>
${tw.starter.version}
</version>
<scope>
system
</scope>
<systemPath>
${basedir}/libs/tongweb-embed-websocket-3.x-7.0.E.6_P7.jar
</systemPath>
</dependency>
<!-- SpringBoot Actuator -->
<dependency>
...
...
Write
Preview
Markdown
is supported
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