|
@@ -12,7 +12,7 @@ stages:
|
|
|
# 支持6、7、8、9、10、11六个版本
|
|
|
jdkVersion: 8
|
|
|
# 支持2.2.1、3.2.5、3.3.9、3.5.2、3.5.3、3.5.4、3.6.1、3.6.3八个版本
|
|
|
- mavenVersion: 3.3.9
|
|
|
+ mavenVersion: 3.6.3
|
|
|
# 构建命令
|
|
|
commands:
|
|
|
- mvn -B clean package -Dmaven.test.skip=true
|
|
@@ -22,28 +22,8 @@ stages:
|
|
|
- name: BUILD_ARTIFACT
|
|
|
# 构建产物获取路径,是指代码编译完毕之后构建物的所在路径,如通常jar包在target目录下。当前目录为代码库根目录
|
|
|
path:
|
|
|
- - ./server/target
|
|
|
- - step: publish@general_artifacts
|
|
|
- name: publish_general_artifacts
|
|
|
- displayName: 上传制品
|
|
|
- # 上游构建任务定义的产物名,默认BUILD_ARTIFACT
|
|
|
- dependArtifact: BUILD_ARTIFACT
|
|
|
- # 上传到制品库时的制品命名,默认output
|
|
|
- artifactName: output
|
|
|
- dependsOn: build_maven
|
|
|
- - stage:
|
|
|
- name: release
|
|
|
- displayName: 发布
|
|
|
- steps:
|
|
|
- - step: publish@release_artifacts
|
|
|
- name: publish_release_artifacts
|
|
|
- displayName: '发布'
|
|
|
- # 上游上传制品任务的产出
|
|
|
- dependArtifact: output
|
|
|
- # 发布制品版本号
|
|
|
- version: '1.0.0.0'
|
|
|
- # 是否开启版本号自增,默认开启
|
|
|
- autoIncrement: true
|
|
|
+ - ./server/target/kkFileView-*.tar.gz
|
|
|
+ - ./server/target/kkFileView-*.zip
|
|
|
triggers:
|
|
|
push:
|
|
|
branches:
|