Added new yml

This commit is contained in:
Guillem Hernandez Sola
2026-03-30 17:14:31 +02:00
parent 5affcf0fbb
commit ec34045c5f

View File

@@ -17,9 +17,9 @@ pipeline {
stage('Install FFmpeg') { stage('Install FFmpeg') {
steps { steps {
sh ''' sh '''
# Install FFmpeg # Install FFmpeg (without sudo)
sudo apt-get update apt-get update
sudo apt-get install -y ffmpeg apt-get install -y ffmpeg
''' '''
} }
} }