From 0eae0a510c9de32e7a31c70a5549b43ecd41d6f5 Mon Sep 17 00:00:00 2001 From: Jesse Houldsworth Date: Thu, 27 Mar 2025 12:25:09 -0700 Subject: [PATCH] jenmkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 36368dcd6..ae530ae61 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,7 +27,7 @@ pipeline { withCredentials([usernamePassword(credentialsId: "${JFROG_CREDENTIALS_ID}", usernameVariable: 'JFROG_USER', passwordVariable: 'JFROG_API_KEY')]) { sh ''' "$JF" config add jenkins-config \ - --url="${JFROG_URL}" \ + --artifactory-url="${JFROG_URL}" \ --user="$JFROG_USER" \ --apikey="$JFROG_API_KEY" \ --interactive=false