mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 00:25:50 +00:00
quotes
This commit is contained in:
parent
a8181936a9
commit
b41ace292a
1 changed files with 5 additions and 5 deletions
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
|
@ -8,11 +8,11 @@ pipeline {
|
|||
// string(name: 'NEXUS_CREDENTIAL_ID', defaultValue: "e6072e08-87bc-481e-9e4a-55d506546356")
|
||||
// }
|
||||
environment {
|
||||
NEXUS_VERSION = ${"nexus3"}
|
||||
NEXUS_PROTOCOL = ${"http"}
|
||||
NEXUS_URL = ${"172.19.0.3:8081"}
|
||||
NEXUS_REPOSITORY = ${"maven-nexus-repo"}
|
||||
NEXUS_CREDENTIAL_ID = ${"e6072e08-87bc-481e-9e4a-55d506546356"}
|
||||
"nexus3" = ${NEXUS_VERSION}
|
||||
"http" = ${NEXUS_PROTOCOL}
|
||||
"172.19.0.3:8081" = ${NEXUS_URL}
|
||||
"maven-nexus-repo" = ${NEXUS_REPOSITORY}
|
||||
"e6072e08-87bc-481e-9e4a-55d506546356" = ${NEXUS_CREDENTIAL_ID}
|
||||
}
|
||||
stages {
|
||||
stage('pull') {
|
||||
|
|
Loading…
Reference in a new issue