Compare commits

..

No commits in common. 'master' and 'master' have entirely different histories.

@ -4,18 +4,11 @@ name: 开发流水线
platform: platform:
os: linux os: linux
arch: amd64 arch: amd64
volumes:
- name: cache
host:
path: /var/lib/cache
steps: steps:
- name: maven - name: maven
image: maven:3-jdk-10 image: maven:3-jdk-10
volumes:
- name: cache
path: /root/.m2
commands: commands:
- mvn package -DskipTests=true - mvn install -DskipTests=true
# 本模板示例为上传软件包和部署脚本到home目录 # 本模板示例为上传软件包和部署脚本到home目录
# host、username、password可在参数管理中配置 # host、username、password可在参数管理中配置
- name: 上传文件 - name: 上传文件
@ -27,7 +20,7 @@ steps:
from_secret: deploy_name from_secret: deploy_name
password: password:
from_secret: deploy_pwd from_secret: deploy_pwd
port: 22 port: 3522
command_timeout: 2m command_timeout: 2m
target: /opt/demo target: /opt/demo
source: source:
@ -44,7 +37,7 @@ steps:
from_secret: deploy_name from_secret: deploy_name
password: password:
from_secret: deploy_pwd from_secret: deploy_pwd
port: 22 port: 3522
script: script:
- echo ====暂停容器开始11======= - echo ====暂停容器开始11=======
- docker rm -f mo-test - docker rm -f mo-test

@ -1,6 +1,6 @@
#添加docker镜像 #添加docker镜像
FROM tomcat:8.5.83-jdk8-temurin-focal FROM tomcat
#添加作者信息 #添加作者信息
MAINTAINER moshenglv@163.com MAINTAINER moshenglv@163.com

@ -5,12 +5,11 @@
![](https://forge.educoder.net/api/attachments/1663370?raw=true) ![](https://forge.educoder.net/api/attachments/1663370?raw=true)
#### 2. 修改成功后,会自动发构建、自动测试、自动部署 #### 2. 修改成功后,会自动发构建、自动测试、自动部署
![](https://forge.educoder.net/api/attachments/1663375?raw=true) ![](https://forge.educoder.net/api/attachments/1663375?raw=true)
#### 3. 构建成功后,访问如下链接,即可查看效果 #### 3. 构建成功后,访问如下链接,即可查看效果
http://39.98.49.211:8080/demo/hello http://106.75.236.63:8080/demo/hello
![](https://forge.educoder.net/api/attachments/1663377?raw=true) ![](https://forge.educoder.net/api/attachments/1663377?raw=true)

@ -1 +1 @@
// hello world java . hello world java

@ -9,6 +9,7 @@
<version>1</version> <version>1</version>
<name>demo</name> <name>demo</name>
<packaging>war</packaging> <packaging>war</packaging>
<packaging>war</packaging>
<properties> <properties>
<maven.compiler.target>1.8</maven.compiler.target> <maven.compiler.target>1.8</maven.compiler.target>

@ -9,11 +9,12 @@ import java.io.IOException;
import java.io.PrintWriter; import java.io.PrintWriter;
public class HelloWorld extends HttpServlet { public class HelloWorld extends HttpServlet {
private String message; private String message;
@Override @Override
public void init() throws ServletException { public void init() throws ServletException {
message = "Hello JAVA20230919, this message is from servlet! 2023-09-13 09:10 <br /> <img width=\"1200px\" src=\"https://ali-cdn.educoder.net/images/avatars/HomeDiscipline/5?t=1614734991\">"; message = "Hello world, this message is from servlet! last mody";
} }
@Override @Override

@ -1,3 +0,0 @@
# 添加一些内容
## 二级标题
## 三级标题
Loading…
Cancel
Save