updated Jenkinsfile staging for Gitops Workflow

This commit is contained in:
Syifa 2025-10-22 19:43:26 +07:00
parent 915bd2659f
commit 1d3156dc82
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -7,7 +7,7 @@ pipeline {
FRONTEND_NAME = "frontend-app"
GITOPS_REPO = "https://git.winteraccess.id/syifa/datasiswa-gitops.git"
GITOPS_BRANCH = "main"
DEPLOY_OVERLAY = "overlays/dev"
DEPLOY_OVERLAY = "overlays/staging"
}
stages {