mirror of
https://github.com/levogevo/ffmpeg-builder.git
synced 2026-07-21 21:45:21 +00:00
turn DEBUG off for Jenkinsfile by default
This commit is contained in:
Vendored
+1
-1
@@ -14,7 +14,7 @@ def withDockerCreds(body) {
|
||||
pipeline {
|
||||
agent none
|
||||
environment {
|
||||
DEBUG = "1"
|
||||
DEBUG = "0"
|
||||
HEADLESS = "1"
|
||||
}
|
||||
options { buildDiscarder logRotator(numToKeepStr: '4') }
|
||||
|
||||
Reference in New Issue
Block a user