mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-04-24 19:32:48 +00:00
jenmkinsfile
This commit is contained in:
parent
b5e0c219cf
commit
0eae0a510c
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue