From 6643739c616ce6467272bccaf34bc64d504bdf83 Mon Sep 17 00:00:00 2001 From: Syifa Date: Thu, 23 Oct 2025 16:50:51 +0700 Subject: [PATCH] update Jenkinsfile for dev gitops workflow --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index b1878c9..4e1fe24 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ pipeline { BACKEND_NAME = "backend-app" FRONTEND_NAME = "frontend-app" GITOPS_REPO = "https://git.winteraccess.id/syifa/datasiswa-gitops.git" - GITOPS_BRANCH = "main" + GITOPS_BRANCH = "dev" DEPLOY_OVERLAY = "overlays/dev" }