From 99f0abebbd18ebff13f52f31edf5827c0dedbeb2 Mon Sep 17 00:00:00 2001 From: Cyril CONSTANTIN Date: Fri, 31 Jul 2026 10:49:06 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Jenkinsfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index adacf56..f475a34 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,3 @@ -Jenkinsfile (Declarative Pipeline) - /* Requires the Docker Pipeline plugin */ pipeline { agent { docker { image 'python:3.14.6-alpine3.24' } }