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