adding jenkinsfile for employee app

This commit is contained in:
adelyaou 2025-10-21 23:01:35 +07:00
parent ab59b1c683
commit fb9a3eed97
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -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"