更新Gitee workflow文件
parent
ab439a17a3
commit
f1b949865f
|
@ -2,7 +2,7 @@ version: '1.0'
|
||||||
name: branch-pipeline
|
name: branch-pipeline
|
||||||
displayName: BranchPipeline
|
displayName: BranchPipeline
|
||||||
stages:
|
stages:
|
||||||
- stage:
|
- stage:
|
||||||
name: compile
|
name: compile
|
||||||
displayName: 编译
|
displayName: 编译
|
||||||
steps:
|
steps:
|
||||||
|
@ -22,7 +22,7 @@ stages:
|
||||||
- name: BUILD_ARTIFACT
|
- name: BUILD_ARTIFACT
|
||||||
# 构建产物获取路径,是指代码编译完毕之后构建物的所在路径,如通常jar包在target目录下。当前目录为代码库根目录
|
# 构建产物获取路径,是指代码编译完毕之后构建物的所在路径,如通常jar包在target目录下。当前目录为代码库根目录
|
||||||
path:
|
path:
|
||||||
- ./target
|
- ./server/target
|
||||||
- step: publish@general_artifacts
|
- step: publish@general_artifacts
|
||||||
name: publish_general_artifacts
|
name: publish_general_artifacts
|
||||||
displayName: 上传制品
|
displayName: 上传制品
|
||||||
|
@ -31,7 +31,7 @@ stages:
|
||||||
# 上传到制品库时的制品命名,默认output
|
# 上传到制品库时的制品命名,默认output
|
||||||
artifactName: output
|
artifactName: output
|
||||||
dependsOn: build_maven
|
dependsOn: build_maven
|
||||||
- stage:
|
- stage:
|
||||||
name: release
|
name: release
|
||||||
displayName: 发布
|
displayName: 发布
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: '1.0'
|
||||||
name: master-pipeline
|
name: master-pipeline
|
||||||
displayName: MasterPipeline
|
displayName: MasterPipeline
|
||||||
stages:
|
stages:
|
||||||
- stage:
|
- stage:
|
||||||
name: compile
|
name: compile
|
||||||
displayName: 编译
|
displayName: 编译
|
||||||
steps:
|
steps:
|
||||||
|
@ -22,7 +22,7 @@ stages:
|
||||||
- name: BUILD_ARTIFACT
|
- name: BUILD_ARTIFACT
|
||||||
# 构建产物获取路径,是指代码编译完毕之后构建物的所在路径,如通常jar包在target目录下。当前目录为代码库根目录
|
# 构建产物获取路径,是指代码编译完毕之后构建物的所在路径,如通常jar包在target目录下。当前目录为代码库根目录
|
||||||
path:
|
path:
|
||||||
- ./target
|
- ./server/target
|
||||||
- step: publish@general_artifacts
|
- step: publish@general_artifacts
|
||||||
name: publish_general_artifacts
|
name: publish_general_artifacts
|
||||||
displayName: 上传制品
|
displayName: 上传制品
|
||||||
|
@ -31,7 +31,7 @@ stages:
|
||||||
# 上传到制品库时的制品命名,默认output
|
# 上传到制品库时的制品命名,默认output
|
||||||
artifactName: output
|
artifactName: output
|
||||||
dependsOn: build_maven
|
dependsOn: build_maven
|
||||||
- stage:
|
- stage:
|
||||||
name: release
|
name: release
|
||||||
displayName: 发布
|
displayName: 发布
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: '1.0'
|
||||||
name: pr-pipeline
|
name: pr-pipeline
|
||||||
displayName: PRPipeline
|
displayName: PRPipeline
|
||||||
stages:
|
stages:
|
||||||
- stage:
|
- stage:
|
||||||
name: compile
|
name: compile
|
||||||
displayName: 编译
|
displayName: 编译
|
||||||
steps:
|
steps:
|
||||||
|
@ -22,7 +22,7 @@ stages:
|
||||||
- name: BUILD_ARTIFACT
|
- name: BUILD_ARTIFACT
|
||||||
# 构建产物获取路径,是指代码编译完毕之后构建物的所在路径,如通常jar包在target目录下。当前目录为代码库根目录
|
# 构建产物获取路径,是指代码编译完毕之后构建物的所在路径,如通常jar包在target目录下。当前目录为代码库根目录
|
||||||
path:
|
path:
|
||||||
- ./target
|
- ./server/target
|
||||||
- step: publish@general_artifacts
|
- step: publish@general_artifacts
|
||||||
name: publish_general_artifacts
|
name: publish_general_artifacts
|
||||||
displayName: 上传制品
|
displayName: 上传制品
|
||||||
|
|
|
@ -24,7 +24,7 @@ stages:
|
||||||
artifacts:
|
artifacts:
|
||||||
- name: BUILD_ARTIFACT
|
- name: BUILD_ARTIFACT
|
||||||
path:
|
path:
|
||||||
- ./target
|
- ./server/target
|
||||||
settings: []
|
settings: []
|
||||||
caches:
|
caches:
|
||||||
- ~/.m2
|
- ~/.m2
|
||||||
|
|
Loading…
Reference in New Issue