added Jenkinsfile for Pipeline gitops workflow

This commit is contained in:
Syifa 2025-10-23 09:12:17 +07:00
parent b9868fa2a4
commit 58e4b59766
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/production"
DEPLOY_OVERLAY = "overlays/dev"
}
stages {