Update Jenkinsfile

This commit is contained in:
Taylor Christie 2023-12-04 12:25:10 -07:00 committed by GitHub
parent 55f71d6b81
commit b5f1b88399
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
Jenkinsfile vendored
View File

@ -16,8 +16,8 @@ pipeline {
path: "ci/general", path: "ci/general",
engineVersion: 1, engineVersion: 1,
secretValues: [ secretValues: [
[envVar: 'PIP_USER', vaultKey: 'SONATYPE_DEPLOYMENT_USER'], [envVar: 'PIP_USER', vaultKey: 'SONATYPE_READONLY_USER'],
[envVar: 'PIP_PASSWORD', vaultKey: 'SONATYPE_DEPLOYMENT_USER_PASSCODE'] [envVar: 'PIP_PASSWORD', vaultKey: 'SONATYPE_READONLY_USER_PASSCODE']
] ]
] ]
]]) { ]]) {