From 7493f744d6be9ab4a2e1d40c750caa5aa63a2edc Mon Sep 17 00:00:00 2001 From: Jake Spain Date: Mon, 13 Nov 2023 11:52:01 -0500 Subject: [PATCH] Update the artifactory credentials used to a local account again --- Jenkinsfile.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.build b/Jenkinsfile.build index 977e560..cad0769 100644 --- a/Jenkinsfile.build +++ b/Jenkinsfile.build @@ -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 {