From 73d309a30aa89c3ed62b5723a27bcb9dae748acf Mon Sep 17 00:00:00 2001 From: Jesse Houldsworth Date: Wed, 26 Mar 2025 10:07:43 -0700 Subject: [PATCH] jenmkinsfile --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 900def853..032ecd24f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,7 @@ pipeline { environment { JFROG_CLI_BUILD_NAME = "spring-petclinic" JFROG_CLI_BUILD_NUMBER = "${BUILD_ID}" - ARTIFACTORY_URL = "http://artifactory.artifactory.svc.cluster.local:8081" + ARTIFACTORY_URL = "https://trialt0zppb.jfrog.io/" JF = "${WORKSPACE}/jf" } @@ -25,7 +25,7 @@ pipeline { stage('Configure JFrog CLI') { steps { - withCredentials([usernamePassword(credentialsId: 'jfrog-platform-creds', usernameVariable: 'ARTIFACTORY_USER', passwordVariable: 'ARTIFACTORY_PASSWORD')]) { + withCredentials([usernamePassword(credentialsId: 'jfrog-saas', usernameVariable: 'ARTIFACTORY_USER', passwordVariable: 'ARTIFACTORY_PASSWORD')]) { sh ''' "$JF" c add petclinic \ --url="${ARTIFACTORY_URL}" \