update Jenkinsfile for dev gitops workflow

This commit is contained in:
Syifa 2025-10-23 16:50:51 +07:00
parent 58e4b59766
commit 6643739c61
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -6,7 +6,7 @@ pipeline {
BACKEND_NAME = "backend-app" BACKEND_NAME = "backend-app"
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 = "dev"
DEPLOY_OVERLAY = "overlays/dev" DEPLOY_OVERLAY = "overlays/dev"
} }