jenmkinsfile

This commit is contained in:
Jesse Houldsworth 2025-03-26 09:40:51 -07:00
parent 58efeb410c
commit ac692e1eb5

2
Jenkinsfile vendored
View file

@ -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"
'''
}