mirror of
https://github.com/linuxserver/docker-heimdall.git
synced 2025-10-28 11:37:41 +09:00
need at least one docker env variable in the testing run
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -28,8 +28,8 @@ pipeline {
|
|||||||
CI_PORT='80'
|
CI_PORT='80'
|
||||||
CI_SSL='false'
|
CI_SSL='false'
|
||||||
CI_DELAY='20'
|
CI_DELAY='20'
|
||||||
CI_DOCKERENV=''
|
CI_DOCKERENV='TZ=US/Pacific'
|
||||||
CI_AUTH=''
|
CI_AUTH='user:password'
|
||||||
CI_WEBPATH=''
|
CI_WEBPATH=''
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
|
|||||||
Reference in New Issue
Block a user