adding jenkinsfile for employee app
This commit is contained in:
parent
ab59b1c683
commit
fb9a3eed97
|
|
@ -5,8 +5,8 @@ pipeline {
|
||||||
// --- Konfigurasi umum ---
|
// --- Konfigurasi umum ---
|
||||||
REGISTRY = "docker.io/adelyao"
|
REGISTRY = "docker.io/adelyao"
|
||||||
APP_NAME = "employee"
|
APP_NAME = "employee"
|
||||||
MANIFEST_REPO = "https://git.winteraccess.id/adel/employee-manifest.git"
|
MANIFEST_REPO = "https://git.winteraccess.id/adel/Employee-manifest.git"
|
||||||
APP_REPO = "https://git.winteraccess.id/adel/employee-app.git"
|
APP_REPO = "https://git.winteraccess.id/adel/Employee-app.git"
|
||||||
MANIFEST_CRED_ID = "GIT_CRED_ID"
|
MANIFEST_CRED_ID = "GIT_CRED_ID"
|
||||||
DOCKER_CRED_ID = "DOCKER_CRED_ID"
|
DOCKER_CRED_ID = "DOCKER_CRED_ID"
|
||||||
BRANCH = "main"
|
BRANCH = "main"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue