From 4480d7416e8eff6f25d9b70bf2a7c112563aa80f Mon Sep 17 00:00:00 2001 From: soufiane Date: Fri, 31 Oct 2025 01:03:10 +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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 4013162..a9d221a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,9 @@ pipeline { + triggers { pollSCM('* * * * *') // Vérifie les changements toutes les minutes (webhook Gitea déclenche instantanément) } + agent { docker { image 'node:20' // 🧠 Lance toutes les étapes dans un conteneur Node 20