mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:25:50 +00:00
jenmkinsfile
This commit is contained in:
parent
1af91b4708
commit
2f3787c33a
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -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
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue