foo
This commit is contained in:
parent
fb23d37963
commit
72afdb02db
1 changed files with 5 additions and 4 deletions
9
books/jenkins/Jenkinsfile
vendored
9
books/jenkins/Jenkinsfile
vendored
|
|
@ -10,10 +10,11 @@ pipeline {
|
||||||
}
|
}
|
||||||
|
|
||||||
environment {
|
environment {
|
||||||
DEV_PROJECT = "youruser-books-dev"
|
DEV_PROJECT = "zqjsga-books-dev"
|
||||||
STAGE_PROJECT = "youruser-books-stage"
|
STAGE_PROJECT = "zqjsga-books-stage"
|
||||||
APP_GIT_URL = "https://github.com/youruser/DO288-apps"
|
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.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
|
// DO NOT CHANGE THE GLOBAL VARS BELOW THIS LINE
|
||||||
APP_NAME = "books"
|
APP_NAME = "books"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue