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

This commit is contained in:
xinxin22 2025-05-28 14:49:06 +08:00 committed by jianmu
parent fb1ac4c373
commit 92afba667c
1 changed files with 0 additions and 47 deletions

View File

@ -1,47 +0,0 @@
version: 2
name: 未命名项目
description: ""
global:
concurrent: 1
trigger:
webhook: gitlink@1.0.0
event:
- ref: push
ruleset:
- param-ref: branch
operator: EQ
value: '""'
ruleset-operator: AND
workflow:
- ref: start
name: 开始
task: start
- ref: maven_build_0
name: maven构建
task: maven_build@1.4.0-jdk21
input:
workspace: '""'
mvn_action: '"install"'
extra_arge: '""'
nexus_username: admin
nexus_password: "123456"
maven_public_id: '"public"'
maven_public_url: '"https://maven.aliyun.com/repository/public"'
maven_release_id: '"release"'
maven_release_url: '""'
maven_snapshot_id: '"snapshot"'
maven_snapshot_url: '""'
docker_username: jianmudev
docker_password: "123456"
image_name: '"imagename"'
image_tag: '"latest"'
vc_pom_dir: '"."'
local_repo_path: '"/.m2/repository"'
needs:
- start
- ref: end
name: 结束
task: end
needs:
- maven_build_0