提交 e5925e55 authored 作者: 黄兴尧's avatar 黄兴尧

Create .rancher-pipeline.yml file

上级 c5c83c56
流水线 #217 已取消 于阶段
stages:
- name: compile
steps:
- runScriptConfig:
image: java:8
shellScript: mvn clean package
- name: push
steps:
- publishImageConfig:
dockerfilePath: ./Dockerfile
buildContext: .
tag: bowen/productpage:v1
registry: 127.0.0.1:34827
- name: 部署
steps:
- applyYamlConfig:
path: ./deployment.yaml
timeout: 60
notification: {}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论