From 88342e4a22b1f545a07d83b4e6b872a7a61a4308 Mon Sep 17 00:00:00 2001 From: Student User Date: Fri, 9 Jul 2021 07:51:58 -0400 Subject: [PATCH] // --- books/jenkins/Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/books/jenkins/Jenkinsfile b/books/jenkins/Jenkinsfile index a3acfcb..b4bfe30 100644 --- a/books/jenkins/Jenkinsfile +++ b/books/jenkins/Jenkinsfile @@ -15,8 +15,8 @@ pipeline { STAGE_PROJECT = "zqjsga-books-stage" APP_GIT_URL = "https://github.com/shautvast/DO288-apps" NEXUS_SERVER = "http://nexus-common.apps.eu45.prod.nextcle.com" -#it says replace the whole value -# NEXUS_SERVER = "http://nexus-common.apps.cluster.domain.example.com/repository/nodejs" +//it says replace the whole value +// NEXUS_SERVER = "http://nexus-common.apps.cluster.domain.example.com/repository/nodejs" // DO NOT CHANGE THE GLOBAL VARS BELOW THIS LINE