From 214168dae9d118109817ac31cbf7a6124f0bf3b1 Mon Sep 17 00:00:00 2001 From: soufiane Date: Fri, 31 Oct 2025 00:44:41 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20Fix=20Jenkinsfile:=20force=20recrea?= =?UTF-8?q?te=20+=20health=20check?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index d1abbbe4..0d230f7b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,10 @@ pipeline { agent any + triggers { + giteaPush() // ✅ Déclenche automatiquement le pipeline sur chaque push Gitea + } + environment { REGISTRY_URL = "registry.wk-archi-o24a-15m-g3.fr" IMAGE_NAME = "the-tip-top-backend"