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

This commit is contained in:
SkyID 2023-01-05 17:02:32 +08:00 committed by jianmu
parent 0d6a2adb05
commit 7bd14f51e4
1 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,37 @@
version: 2
name: 未命名项目
description: ""
global:
concurrent: false
workflow:
- ref: start
name: 开始
task: start
- ref: maven_build_0
name: maven构建
task: maven_build@1.3.1-jdk17
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: '"."'
needs:
- start
- ref: end
name: 结束
task: end
needs:
- maven_build_0