refactor: .devops/未命名项目.yml

double
fengyujue 2 months ago committed by jianmu
parent fbed280614
commit 6b72047c6c

@ -3,6 +3,11 @@ name: 未命名项目
description: "" description: ""
global: global:
concurrent: 1 concurrent: 1
trigger:
webhook: gitlink@1.0.0
event:
- ref: push
ruleset-operator: AND
workflow: workflow:
- ref: start - ref: start
name: 开始 name: 开始
@ -30,9 +35,9 @@ workflow:
input: input:
docker_username: ((docker.name)) docker_username: ((docker.name))
docker_password: ((docker.mimia)) docker_password: ((docker.mimia))
image_name: '"crpi-ybi767umyzh9owc0.cn-hangzhou.personal.cr.aliyuncs.com/feng22/feng22:"' image_name: '"crpi-ybi767umyzh9owc0.cn-hangzhou.personal.cr.aliyuncs.com/feng22/feng22"'
image_tag: '"latest"' image_tag: '"latest"'
registry_address: '"crpi-ybi767umyzh9owc0.cn-hangzhou.personal.cr.aliyuncs.com/"' registry_address: '"crpi-ybi767umyzh9owc0.cn-hangzhou.personal.cr.aliyuncs.com"'
docker_file: '"Dockerfile"' docker_file: '"Dockerfile"'
docker_build_path: '"."' docker_build_path: '"."'
workspace: git_clone_0.git_path workspace: git_clone_0.git_path

Loading…
Cancel
Save