updated Jenkinsfile prod for Gitops Workflow

This commit is contained in:
Syifa 2025-10-22 19:47:54 +07:00
parent 1d3156dc82
commit b9868fa2a4
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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/staging" DEPLOY_OVERLAY = "overlays/production"
} }
stages { stages {