update and add Jenkinsfile for pipeline gitops workflow
This commit is contained in:
parent
f603987502
commit
19ba4d1c64
|
|
@ -7,7 +7,7 @@ pipeline {
|
||||||
FRONTEND_NAME = "frontend-app"
|
FRONTEND_NAME = "frontend-app"
|
||||||
GITOPS_REPO = "https://git.winteraccess.id/syifa/datasiswa-gitops.git"
|
GITOPS_REPO = "https://git.winteraccess.id/syifa/datasiswa-gitops.git"
|
||||||
GITOPS_BRANCH = "main"
|
GITOPS_BRANCH = "main"
|
||||||
DEPLOY_OVERLAY = "overlays/main"
|
DEPLOY_OVERLAY = "overlays/dev"
|
||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue