jenmkinsfile

This commit is contained in:
Jesse Houldsworth 2025-03-27 12:52:16 -07:00
parent 1af91b4708
commit 2f3787c33a

2
Jenkinsfile vendored
View file

@ -29,7 +29,7 @@ pipeline {
${JF} config add jenkins-config \ ${JF} config add jenkins-config \
--artifactory-url=${JFROG_URL}/artifactory \ --artifactory-url=${JFROG_URL}/artifactory \
--user=${JFROG_USER} \ --user=${JFROG_USER} \
--apikey=${JFROG_API_KEY} \ --password=${JFROG_API_KEY} \
--interactive=false \ --interactive=false \
--overwrite=true --overwrite=true
""" """