Skip to content

Commit

Permalink
Merge pull request #298 from puppetlabs/artifactory-creds-update
Browse files Browse the repository at this point in the history
(RE-15701) Update the artifactory credentials used to a local account
  • Loading branch information
yachub authored Nov 13, 2023
2 parents 1ed9d00 + 7493f74 commit 8b203b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pipeline {

environment {
ABS_TOKEN = credentials('always-be-scheduling-k8s')
ARTIFACTORY_API_KEY = credentials('api_token_for_jenkins_to_artifactory')
ARTIFACTORY_API_KEY = credentials('jenkins_local_artifactory_api_token')
}

stages {
Expand Down

0 comments on commit 8b203b1

Please sign in to comment.