mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 20:35:49 +00:00
jenmkinsfile
This commit is contained in:
parent
ac692e1eb5
commit
6e96c6090a
1 changed files with 2 additions and 1 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -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
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue