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