Added new yml
This commit is contained in:
@@ -17,9 +17,9 @@ pipeline {
|
||||
stage('Install FFmpeg') {
|
||||
steps {
|
||||
sh '''
|
||||
# Install FFmpeg
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y ffmpeg
|
||||
# Install FFmpeg (without sudo)
|
||||
apt-get update
|
||||
apt-get install -y ffmpeg
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user