mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 00:25:50 +00:00
credential id
This commit is contained in:
parent
6d02d5f0f4
commit
0973da0739
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -5,7 +5,7 @@ pipeline {
|
|||
NEXUS_PROTOCOL = "http"
|
||||
NEXUS_URL = "172.19.0.3:8081"
|
||||
NEXUS_REPOSITORY = "maven-nexus-repo"
|
||||
NEXUS_CREDENTIAL_ID = "nexus-user-credentials"
|
||||
NEXUS_CREDENTIAL_ID = "e6072e08-87bc-481e-9e4a-55d506546356"
|
||||
}
|
||||
stages {
|
||||
stage('pull') {
|
||||
|
|
Loading…
Reference in a new issue