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