mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 00:45:50 +00:00
quotes
This commit is contained in:
parent
b41ace292a
commit
62263937c6
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")
|
// string(name: 'NEXUS_CREDENTIAL_ID', defaultValue: "e6072e08-87bc-481e-9e4a-55d506546356")
|
||||||
// }
|
// }
|
||||||
environment {
|
environment {
|
||||||
"nexus3" = ${NEXUS_VERSION}
|
NEXUS_VERSION = "nexus3"
|
||||||
"http" = ${NEXUS_PROTOCOL}
|
NEXUS_PROTOCOL = "http"
|
||||||
"172.19.0.3:8081" = ${NEXUS_URL}
|
NEXUS_URL = "172.19.0.3:8081"
|
||||||
"maven-nexus-repo" = ${NEXUS_REPOSITORY}
|
NEXUS_REPOSITORY = "maven-nexus-repo"
|
||||||
"e6072e08-87bc-481e-9e4a-55d506546356" = ${NEXUS_CREDENTIAL_ID}
|
NEXUS_CREDENTIAL_ID = "e6072e08-87bc-481e-9e4a-55d506546356"
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('pull') {
|
stage('pull') {
|
||||||
|
|
Loading…
Reference in a new issue