From fb9a3eed9792abe23212b10efc9e7973fbb81fc1 Mon Sep 17 00:00:00 2001 From: adelyaou Date: Tue, 21 Oct 2025 23:01:35 +0700 Subject: [PATCH] adding jenkinsfile for employee app --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4389936..88de940 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,8 +5,8 @@ pipeline { // --- Konfigurasi umum --- REGISTRY = "docker.io/adelyao" APP_NAME = "employee" - MANIFEST_REPO = "https://git.winteraccess.id/adel/employee-manifest.git" - APP_REPO = "https://git.winteraccess.id/adel/employee-app.git" + MANIFEST_REPO = "https://git.winteraccess.id/adel/Employee-manifest.git" + APP_REPO = "https://git.winteraccess.id/adel/Employee-app.git" MANIFEST_CRED_ID = "GIT_CRED_ID" DOCKER_CRED_ID = "DOCKER_CRED_ID" BRANCH = "main"