Browse Source

Correct configuration of Sonatype credentials used for promotion

pull/38228/head
Andy Wilkinson 2 years ago
parent
commit
fe69930ac7
  1. 2
      ci/pipeline.yml
  2. 2
      ci/tasks/promote.yml

2
ci/pipeline.yml

@ -28,7 +28,7 @@ anchors: @@ -28,7 +28,7 @@ anchors:
GITHUB_USERNAME: ((github-username))
MILESTONE: ((milestone))
sontatype-task-params: &sonatype-task-params
SONATYPE_USER: ((sonatype-username))
SONATYPE_USERNAME: ((sonatype-username))
SONATYPE_PASSWORD: ((sonatype-password))
SONATYPE_URL: ((sonatype-url))
SONATYPE_STAGING_PROFILE_ID: ((sonatype-staging-profile-id))

2
ci/tasks/promote.yml

@ -17,7 +17,7 @@ params: @@ -17,7 +17,7 @@ params:
ARTIFACTORY_URL:
ARTIFACTORY_USERNAME:
ARTIFACTORY_PASSWORD:
SONATYPE_USER:
SONATYPE_USERNAME:
SONATYPE_PASSWORD:
SONATYPE_URL:
SONATYPE_STAGING_PROFILE_ID:

Loading…
Cancel
Save