diff --git a/Jenkinsfile b/Jenkinsfile index 7647fdcd..72b9cd9d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -46,7 +46,6 @@ pipeline { πŸ“‚ Chemin de dΓ©ploiement = ${env.DEPLOY_PATH} """ - // VΓ©rifie le rΓ©pertoire cible sh "ls -l ${env.DEPLOY_PATH} || echo '⚠️ Dossier non accessible depuis Jenkins'" } } @@ -156,7 +155,6 @@ pipeline { /* ─────────────────────────────── * 8️⃣ VΓ©rification de santΓ© (via /health) * ─────────────────────────────── */ - * ─────────────────────────────── */ stage('Health Check') { steps { echo "🩺 VΓ©rification du backend aprΓ¨s dΓ©ploiement..."