Merge branch '2.0.x'
This commit is contained in:
@@ -3,5 +3,12 @@ platform: linux
|
||||
inputs:
|
||||
- name: git-repo
|
||||
- name: artifactory-repo
|
||||
params:
|
||||
RELEASE_TYPE:
|
||||
ARTIFACTORY_SERVER:
|
||||
ARTIFACTORY_USERNAME:
|
||||
ARTIFACTORY_PASSWORD:
|
||||
BINTRAY_SUBJECT:
|
||||
BINTRAY_REPO:
|
||||
run:
|
||||
path: git-repo/ci/scripts/promote.sh
|
||||
|
||||
@@ -5,6 +5,8 @@ inputs:
|
||||
outputs:
|
||||
- name: stage-git-repo
|
||||
- name: distribution-repository
|
||||
params:
|
||||
RELEASE_TYPE:
|
||||
caches:
|
||||
- path: maven
|
||||
- path: gradle
|
||||
|
||||
@@ -3,5 +3,12 @@ platform: linux
|
||||
inputs:
|
||||
- name: git-repo
|
||||
- name: artifactory-repo
|
||||
params:
|
||||
BINTRAY_REPO:
|
||||
BINTRAY_SUBJECT:
|
||||
BINTRAY_USERNAME:
|
||||
BINTRAY_PASSWORD:
|
||||
SONATYPE_USERNAME:
|
||||
SONATYPE_PASSWORD:
|
||||
run:
|
||||
path: git-repo/ci/scripts/sync-to-maven-central.sh
|
||||
|
||||
Reference in New Issue
Block a user