Added new yml

This commit is contained in:
Guillem Hernandez Sola
2026-03-30 17:11:59 +02:00
parent caab210416
commit 9d294fce27

View File

@@ -14,6 +14,16 @@ pipeline {
} }
} }
stage('Install FFmpeg') {
steps {
sh '''
# Install FFmpeg
sudo apt-get update
sudo apt-get install -y ffmpeg
'''
}
}
stage('Setup Python & Install Dependencies') { stage('Setup Python & Install Dependencies') {
steps { steps {
sh ''' sh '''