jenmkinsfile

This commit is contained in:
Jesse Houldsworth 2025-03-27 12:25:09 -07:00
parent b5e0c219cf
commit 0eae0a510c

2
Jenkinsfile vendored
View file

@ -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