update Jenkinsfile for dev gitops workflow
This commit is contained in:
parent
58e4b59766
commit
6643739c61
|
|
@ -6,7 +6,7 @@ pipeline {
|
|||
BACKEND_NAME = "backend-app"
|
||||
FRONTEND_NAME = "frontend-app"
|
||||
GITOPS_REPO = "https://git.winteraccess.id/syifa/datasiswa-gitops.git"
|
||||
GITOPS_BRANCH = "main"
|
||||
GITOPS_BRANCH = "dev"
|
||||
DEPLOY_OVERLAY = "overlays/dev"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue