From ac692e1eb5daecc4a481b91ca06e177616ab5e85 Mon Sep 17 00:00:00 2001 From: Jesse Houldsworth Date: Wed, 26 Mar 2025 09:40:51 -0700 Subject: [PATCH] jenmkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0f2b9259e..17e8bfd51 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,7 @@ pipeline { stage('Download JFrog CLI') { steps { sh ''' - curl -fL https://releases.jfrog.io/artifactory/jfrog-cli/v2-jf/2.44.0/jfrog-cli-linux-arm64/jf -o "$JF" + curl -fL https://releases.jfrog.io/artifactory/jfrog-cli/v2-jf/2.74.1/jfrog-cli-linux-arm64/jf -o "$JF" chmod +x "$JF" ''' }