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