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
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: 开发流水线
|
name: dev
|
||||||
platform:
|
platform:
|
||||||
os: linux
|
os: linux
|
||||||
arch: amd64
|
arch: amd64
|
||||||
|
@ -15,10 +15,6 @@ steps:
|
||||||
image: maven:3-jdk-10
|
image: maven:3-jdk-10
|
||||||
commands:
|
commands:
|
||||||
- mvn install -DskipTests=true
|
- mvn install -DskipTests=true
|
||||||
- name: gradle
|
|
||||||
image: gradle:jdk10
|
|
||||||
commands:
|
|
||||||
- gradle build -x test
|
|
||||||
# 需要将软件包与部署脚本提前上传到远程主机(见文件上传模板)
|
# 需要将软件包与部署脚本提前上传到远程主机(见文件上传模板)
|
||||||
# host、username、password可在参数管理中配置
|
# host、username、password可在参数管理中配置
|
||||||
- name: 远程主机部署
|
- name: 远程主机部署
|
||||||
|
|
Loading…
Reference in New Issue