1 Star 1 Fork 0

digital_currency / hyperledger cello

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
azure-pipelines.yml 1.49 KB
一键复制 编辑 原始数据 按行查看 历史
Tong Li 提交于 2020-05-06 19:08 . Restructure Fabric k8s operator
# Starter pipeline
# Start with a minimal pipeline that you can customize to build and deploy your code.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml
trigger:
- master
pool:
vmImage: 'ubuntu-18.04'
variables:
- group: credentials
stages:
- stage: PreCheck
displayName: Check license and documents
jobs:
- job: CheckLicenseAndDocs
steps:
- template: ci/check-license-and-docs.yml
- stage: ProcessComponents
displayName: ProcessComponents
jobs:
- template: ci/process-components.yml
parameters:
param:
- name: dashandapi
pretest: "dashandapi_pre.yml"
posttest: "dashandapi_post.yml"
images:
- imagename: "hyperledger/cello-api-engine"
dockerfile: "build_image/docker/common/api-engine/Dockerfile.in"
- imagename: "hyperledger/cello-nginx"
dockerfile: "build_image/docker/common/nginx/Dockerfile.in"
- imagename: "hyperledger/cello-dashboard"
dockerfile: "build_image/docker/common/dashboard/Dockerfile.in"
- name: ansibleagent
images:
- imagename: "hyperledger/cello-ansible-agent"
dockerfile: "build_image/docker/agent/ansible/Dockerfile.in"
- name: fabricoperator
images:
- imagename: "hyperledger/cello-k8s-operator-agent"
dockerfile: "src/agent/fabric-operator/agent/Dockerfile"
- imagename: "hyperledger/cello-k8s-operator-controller"
dockerfile: "src/agent/fabric-operator/Dockerfile"
1
https://gitee.com/digital_currency/cello.git
git@gitee.com:digital_currency/cello.git
digital_currency
cello
hyperledger cello
master

搜索帮助