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