Added new yml

This commit is contained in:
Guillem Hernandez Sola
2026-03-30 17:13:16 +02:00
parent 58332835ad
commit 5affcf0fbb

View File

@@ -18,8 +18,8 @@ pipeline {
steps { steps {
sh ''' sh '''
# Install FFmpeg # Install FFmpeg
apt-get update sudo apt-get update
apt-get install -y ffmpeg sudo apt-get install -y ffmpeg
''' '''
} }
} }