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
326 B
18 lines
326 B
--- |
|
platform: linux |
|
inputs: |
|
- name: git-repo |
|
- name: artifactory-repo |
|
outputs: |
|
- name: version |
|
params: |
|
RELEASE_TYPE: |
|
ARTIFACTORY_SERVER: |
|
ARTIFACTORY_USERNAME: |
|
ARTIFACTORY_PASSWORD: |
|
SONATYPE_USER: |
|
SONATYPE_PASSWORD: |
|
SONATYPE_URL: |
|
SONATYPE_STAGING_PROFILE_ID: |
|
run: |
|
path: git-repo/ci/scripts/promote-version.sh
|
|
|