From 33437925382954c54f5125af41fd54f0d2661ab3 Mon Sep 17 00:00:00 2001 From: Guillem Hernandez Sola Date: Mon, 30 Mar 2026 17:16:06 +0200 Subject: [PATCH] Added new yml --- jenkins/3catTw | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/jenkins/3catTw b/jenkins/3catTw index 844a504..c686b17 100644 --- a/jenkins/3catTw +++ b/jenkins/3catTw @@ -14,16 +14,6 @@ pipeline { } } - stage('Install FFmpeg') { - steps { - sh ''' - # Install FFmpeg (without sudo) - apt-get update - apt-get install -y ffmpeg - ''' - } - } - stage('Setup Python & Install Dependencies') { steps { sh '''