You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
315 B
18 lines
315 B
--- |
|
platform: linux |
|
inputs: |
|
- name: git-repo |
|
- name: artifactory-repo |
|
outputs: |
|
- name: version |
|
params: |
|
RELEASE_TYPE: |
|
ARTIFACTORY_SERVER: |
|
ARTIFACTORY_USERNAME: |
|
ARTIFACTORY_PASSWORD: |
|
BINTRAY_SUBJECT: |
|
BINTRAY_REPO: |
|
BINTRAY_USERNAME: |
|
BINTRAY_API_KEY: |
|
run: |
|
path: git-repo/ci/scripts/promote-version.sh
|
|
|