From 19ba4d1c647b623dd29154f34f9f95edffc4eb35 Mon Sep 17 00:00:00 2001 From: Syifa Date: Wed, 22 Oct 2025 09:37:30 +0700 Subject: [PATCH] update and add Jenkinsfile for pipeline gitops workflow --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c31ace7..6809545 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 {