jenmkinsfile

This commit is contained in:
Jesse Houldsworth 2025-03-26 09:43:38 -07:00
parent ac692e1eb5
commit 6e96c6090a

3
Jenkinsfile vendored
View file

@ -8,7 +8,7 @@ pipeline {
environment { environment {
JFROG_CLI_BUILD_NAME = "spring-petclinic" JFROG_CLI_BUILD_NAME = "spring-petclinic"
JFROG_CLI_BUILD_NUMBER = "${BUILD_ID}" JFROG_CLI_BUILD_NUMBER = "${BUILD_ID}"
ARTIFACTORY_URL = "http://artifactory.artifactory.svc.cluster.local:8081/artifactory" ARTIFACTORY_URL = "http://artifactory.artifactory.svc.cluster.local:8081"
JF = "${WORKSPACE}/jf" JF = "${WORKSPACE}/jf"
} }
@ -32,6 +32,7 @@ pipeline {
--user="$ARTIFACTORY_USER" \ --user="$ARTIFACTORY_USER" \
--password="$ARTIFACTORY_PASSWORD" \ --password="$ARTIFACTORY_PASSWORD" \
--interactive=false --interactive=false
--enc-password=false
''' '''
} }
} }