Use correct API key.

This commit is contained in:
Mark Paluch
2022-11-04 15:32:32 +01:00
parent f8c74f3694
commit b29041c912

2
Jenkinsfile vendored
View File

@@ -32,7 +32,7 @@ pipeline {
GITHUB_API_URL = credentials('spring-data-release-github-api-url')
DEPLOYMENT_USERNAME = credentials('spring-data-release-deployment-username')
DEPLOYMENT_PASSWORD = credentials('spring-data-release-deployment-password')
DEPLOYMENT_API_KEY = credentials('3a20bcaa-d8ad-48e3-901d-9fbc941376ee')
DEPLOYMENT_API_KEY = credentials('spring-data-release-deployment-api-key')
STAGING_PROFILE_ID = credentials('spring-data-release-deployment-maven-central-staging-profile-id')
JIRA_USERNAME = credentials('spring-data-release-jira-username')
JIRA_PASSWORD = credentials('spring-data-release-jira-password')