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
3
3
inputs :
4
4
- name : git-repo
5
5
- name : artifactory-repo
6
+ params :
7
+ RELEASE_TYPE :
8
+ ARTIFACTORY_SERVER :
9
+ ARTIFACTORY_USERNAME :
10
+ ARTIFACTORY_PASSWORD :
11
+ BINTRAY_SUBJECT :
12
+ BINTRAY_REPO :
6
13
run :
7
14
path : git-repo/ci/scripts/promote.sh
Original file line number Diff line number Diff line change 5
5
outputs :
6
6
- name : stage-git-repo
7
7
- name : distribution-repository
8
+ params :
9
+ RELEASE_TYPE :
8
10
caches :
9
11
- path : maven
10
12
- path : gradle
Original file line number Diff line number Diff line change @@ -3,5 +3,12 @@ platform: linux
3
3
inputs :
4
4
- name : git-repo
5
5
- name : artifactory-repo
6
+ params :
7
+ BINTRAY_REPO :
8
+ BINTRAY_SUBJECT :
9
+ BINTRAY_USERNAME :
10
+ BINTRAY_PASSWORD :
11
+ SONATYPE_USERNAME :
12
+ SONATYPE_PASSWORD :
6
13
run :
7
14
path : git-repo/ci/scripts/sync-to-maven-central.sh
You can’t perform that action at this time.
0 commit comments