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"