update and add Jenkinsfile for pipeline gitops workflow

This commit is contained in:
Syifa 2025-10-22 09:37:30 +07:00
parent f603987502
commit 19ba4d1c64
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/main"
DEPLOY_OVERLAY = "overlays/dev"
}
stages {