forked from xxq250/java_ci_example
Update '.trustie-pipeline.yml'
This commit is contained in:
parent
d84f6081b5
commit
745eb3bacb
|
@ -1,7 +1,7 @@
|
|||
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: 开发流水线
|
||||
name: dev
|
||||
platform:
|
||||
os: linux
|
||||
arch: amd64
|
||||
|
@ -15,10 +15,6 @@ steps:
|
|||
image: maven:3-jdk-10
|
||||
commands:
|
||||
- mvn install -DskipTests=true
|
||||
- name: gradle
|
||||
image: gradle:jdk10
|
||||
commands:
|
||||
- gradle build -x test
|
||||
# 需要将软件包与部署脚本提前上传到远程主机(见文件上传模板)
|
||||
# host、username、password可在参数管理中配置
|
||||
- name: 远程主机部署
|
||||
|
|
Loading…
Reference in New Issue