Skip to content

Commit

Permalink
Replaced use of collinss Artifactory-FN credentials with operapgebot …
Browse files Browse the repository at this point in the history
…credentials in Jenkins pipelines
  • Loading branch information
Scott Collins committed Feb 24, 2022
1 parent 0f9ce17 commit 745a9d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .ci/jenkins/build-test-deploy/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ pipeline {
string(name: 'ART_DOCKER_REGISTRY', defaultValue: 'artifactory-fn.jpl.nasa.gov:16001',
description: 'Address of Artifactory-FN Docker registry for uploading Docker images.')
credentials (name: 'ART_CREDENTIALS',
// TODO: replace once OPERA-specific creds are available
defaultValue: 'collinss-artifactory-fn-credentials',
defaultValue: 'artifactory-operapgebot',
credentialType: 'com.cloudbees.plugins.credentials.impl.UsernamePasswordCredentialsImpl',
description: 'Artifactory-FN credentials for account collinss. Used to push/pull images from Artifactory during build.',
description: 'Artifactory-FN credentials for account operapgebot. Used to push/pull images from Artifactory during build.',
required: true)
credentials(name: 'GITHUB_OAUTH_TOKEN',
defaultValue: '8443f80e-014a-4dea-b122-5ca34d8aaab1',
Expand Down
5 changes: 2 additions & 3 deletions .ci/jenkins/build-test/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ pipeline {
string(name: 'ART_DOCKER_REGISTRY', defaultValue: 'artifactory-fn.jpl.nasa.gov:16001',
description: 'Address of Artifactory-FN Docker registry for uploading Docker images.')
credentials (name: 'ART_CREDENTIALS',
// TODO: replace once OPERA-specific creds are available
defaultValue: 'collinss-artifactory-fn-credentials',
defaultValue: 'artifactory-operapgebot',
credentialType: 'com.cloudbees.plugins.credentials.impl.UsernamePasswordCredentialsImpl',
description: 'Artifactory-FN credentials for account collinss. Used to push/pull images from Artifactory during build.',
description: 'Artifactory-FN credentials for account operapgebot. Used to push/pull images from Artifactory during build.',
required: true)
}
environment {
Expand Down

0 comments on commit 745a9d2

Please sign in to comment.