File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,12 @@ platform: linux
33inputs :
44- name : git-repo
55- name : artifactory-repo
6+ params :
7+ RELEASE_TYPE :
8+ ARTIFACTORY_SERVER :
9+ ARTIFACTORY_USERNAME :
10+ ARTIFACTORY_PASSWORD :
11+ BINTRAY_SUBJECT :
12+ BINTRAY_REPO :
613run :
714 path : git-repo/ci/scripts/promote.sh
Original file line number Diff line number Diff line change 55outputs :
66- name : stage-git-repo
77- name : distribution-repository
8+ params :
9+ RELEASE_TYPE :
810caches :
911- path : maven
1012- path : gradle
Original file line number Diff line number Diff line change @@ -3,5 +3,12 @@ platform: linux
33inputs :
44- name : git-repo
55- name : artifactory-repo
6+ params :
7+ BINTRAY_REPO :
8+ BINTRAY_SUBJECT :
9+ BINTRAY_USERNAME :
10+ BINTRAY_PASSWORD :
11+ SONATYPE_USERNAME :
12+ SONATYPE_PASSWORD :
613run :
714 path : git-repo/ci/scripts/sync-to-maven-central.sh
You can’t perform that action at this time.
0 commit comments