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

Create .rancher-pipeline.yml file

上级 ba983a5a
流水线 #227 已失败 于阶段
stages:
- name: compile
steps:
- runScriptConfig:
image: registry.cn-hangzhou.aliyuncs.com/kennylee/maven:3.6-jdk-8-alpine
shellScript: mvn clean package
- name: build
steps:
- publishImageConfig:
dockerfilePath: ./Dockerfile
buildContext: .
tag: bbowenhhuang/details:v1
pushRemote: true
registry: index.docker.io
- name: deploy
steps:
- applyYamlConfig:
path: ./deployment.yaml
timeout: 60
notification: {}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论