From b41ace292a651f30607e217b3f6ce7e796033215 Mon Sep 17 00:00:00 2001 From: VSAzima Date: Fri, 23 Apr 2021 12:32:07 +0400 Subject: [PATCH] quotes --- Jenkinsfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4cd5a7370..379135ab9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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') {