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 '''