improve add_project_versioning_to_ffmpeg and remove HEADLESS

This commit is contained in:
2026-01-11 09:56:35 -06:00
parent 47e287ef7f
commit 38c160e2bd
4 changed files with 19 additions and 39 deletions

1
Jenkinsfile vendored
View File

@@ -15,7 +15,6 @@ pipeline {
agent none
environment {
DEBUG = "1"
HEADLESS = "1"
}
options { buildDiscarder logRotator(numToKeepStr: '4') }
stages {