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