This commit is contained in:
VSAzima 2021-04-23 12:34:28 +04:00
parent b41ace292a
commit 62263937c6

10
Jenkinsfile vendored
View file

@ -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') {