From b5859d7c6c000092b5d87d135775aa7afc6554b7 Mon Sep 17 00:00:00 2001 From: soufiane Date: Fri, 31 Oct 2025 00:48:38 +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, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0d230f7b..49647960 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,8 +1,8 @@ pipeline { agent any - triggers { - giteaPush() // ✅ Déclenche automatiquement le pipeline sur chaque push Gitea + triggers { + pollSCM('* * * * *') // Vérifie les changements toutes les minutes, webhook Gitea force un scan immédiat } environment {