Compare commits

..

3 Commits

@ -1,7 +1,7 @@
kind: pipeline kind: pipeline
type: docker type: docker
name: 开发流水线 name: 测试流水线
platform: platform:
os: linux os: linux
arch: amd64 arch: amd64
@ -50,6 +50,6 @@ steps:
- echo ====部署成功====== - echo ====部署成功======
trigger: trigger:
branch: branch:
- master - develop
event: event:
- push - push

@ -14,7 +14,7 @@ public class HelloWorld extends HttpServlet {
@Override @Override
public void init() throws ServletException { public void init() throws ServletException {
message = "Hello world, this message is from servlet!"; message = "Hello world, this message is from servlet! Good Luck.";
} }
@Override @Override

@ -1,4 +0,0 @@
第四届中国软件开源创新大赛H5:
https://maka.im/pcviewer/4360139/YJ6AKVBRW4360139
Loading…
Cancel
Save