mirror of
https://github.com/levogevo/ffmpeg-builder.git
synced 2026-01-15 19:06:17 +00:00
improvements to spinner
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@@ -13,7 +13,10 @@ def withDockerCreds(body) {
|
||||
|
||||
pipeline {
|
||||
agent none
|
||||
environment { DEBUG = "1" }
|
||||
environment {
|
||||
DEBUG = "1"
|
||||
HEADLESS = "1"
|
||||
}
|
||||
options { buildDiscarder logRotator(numToKeepStr: '4') }
|
||||
stages {
|
||||
stage('build docker image') {
|
||||
|
||||
Reference in New Issue
Block a user