Added new yml
This commit is contained in:
@@ -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') {
|
||||
steps {
|
||||
sh '''
|
||||
|
||||
Reference in New Issue
Block a user