improvements to spinner

This commit is contained in:
2025-12-18 13:24:58 -06:00
parent ad5b8e4482
commit 65fb35877e
5 changed files with 46 additions and 18 deletions

5
Jenkinsfile vendored
View File

@@ -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') {