From 58e4b59766d11e983e47c8d91c147310e838538f Mon Sep 17 00:00:00 2001 From: Syifa Date: Thu, 23 Oct 2025 09:12:17 +0700 Subject: [PATCH] added Jenkinsfile for Pipeline gitops workflow --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 80f9de6..b1878c9 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/production" + DEPLOY_OVERLAY = "overlays/dev" } stages {