This commit is contained in:
Student User 2021-07-09 08:01:07 -04:00
parent fb23d37963
commit 72afdb02db

View file

@ -10,10 +10,11 @@ pipeline {
}
environment {
DEV_PROJECT = "youruser-books-dev"
STAGE_PROJECT = "youruser-books-stage"
APP_GIT_URL = "https://github.com/youruser/DO288-apps"
NEXUS_SERVER = "http://nexus-common.apps.cluster.domain.example.com/repository/nodejs"
DEV_PROJECT = "zqjsga-books-dev"
STAGE_PROJECT = "zqjsga-books-stage"
APP_GIT_URL = "https://github.com/shautvast/DO288-apps"
//NEXUS_SERVER = "http://nexus-common.apps.cluster.domain.example.com/repository/nodejs"
NEXUS_SERVER = "http://nexus-common.apps.eu45.prod.nextcle.com/repository/nodejs"
// DO NOT CHANGE THE GLOBAL VARS BELOW THIS LINE
APP_NAME = "books"