feat: .devops/未命名项目.yml
This commit is contained in:
parent
0d6a2adb05
commit
7bd14f51e4
|
|
@ -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
|
||||
|
||||
Loading…
Reference in New Issue