Added new yml

This commit is contained in:
Guillem Hernandez Sola
2026-03-30 17:12:35 +02:00
parent 9d294fce27
commit 58332835ad

View File

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