Добавлена связка Build → Deploy: после push образа триггерится Helm upgrade.

This commit is contained in:
Sergey Antropoff
2026-07-27 15:17:12 +03:00
parent dd573103db
commit 6fc20e0dc4
3 changed files with 39 additions and 3 deletions
+3 -1
View File
@@ -4,7 +4,9 @@
// (секреты, Ingress, Postgres, MinIO). Этот pipeline лишь обновляет image.*
// через helm --reuse-values, не затирая values с кластера.
//
// Job: отдельный Pipeline / Multibranch, Script Path = Jenkinsfile.deploy
// Job: отдельный Multibranch Pipeline, Script Path = Jenkinsfile.deploy
// Имя по умолчанию (см. DEPLOY_JOB в Jenkinsfile): «Devops Tools/Wrapped Deploy»
// Триггер: вручную (Build with Parameters) или автоматически из Jenkinsfile после Build & push
// Credentials:
// k3s-kubeconfig — Secret file (kubeconfig), как у devops.org.ru
//