added Jenkinsfile for Pipeline gitops workflow
This commit is contained in:
parent
b9868fa2a4
commit
58e4b59766
|
|
@ -7,7 +7,7 @@ pipeline {
|
||||||
FRONTEND_NAME = "frontend-app"
|
FRONTEND_NAME = "frontend-app"
|
||||||
GITOPS_REPO = "https://git.winteraccess.id/syifa/datasiswa-gitops.git"
|
GITOPS_REPO = "https://git.winteraccess.id/syifa/datasiswa-gitops.git"
|
||||||
GITOPS_BRANCH = "main"
|
GITOPS_BRANCH = "main"
|
||||||
DEPLOY_OVERLAY = "overlays/production"
|
DEPLOY_OVERLAY = "overlays/dev"
|
||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue