Update apps/demo-nginx/Jenkinsfile

This commit is contained in:
2026-01-05 16:53:46 +00:00
parent 2e7491153b
commit e5c284caa8

View File

@@ -8,7 +8,7 @@ pipeline {
// Docker registry (измени на свой registry) // Docker registry (измени на свой registry)
DOCKER_REGISTRY = 'docker.io' // Или Harbor: harbor.thedevops.dev DOCKER_REGISTRY = 'docker.io' // Или Harbor: harbor.thedevops.dev
DOCKER_REPO = 'vladimiras' // Твой Docker Hub username или Harbor project DOCKER_REPO = 'vladimir@dbits.lt' // Твой Docker Hub username или Harbor project
// Gitea configuration // Gitea configuration
GITEA_URL = 'http://gitea-http.gitea.svc.cluster.local:3000' GITEA_URL = 'http://gitea-http.gitea.svc.cluster.local:3000'