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