mirror of
https://github.com/linuxserver/docker-webtop.git
synced 2025-07-20 12:15:03 +02:00
bug in testing
This commit is contained in:
parent
13ba2f74bc
commit
6e87c2df07
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -26,10 +26,10 @@ pipeline {
|
||||
DIST_IMAGE = 'ubuntu'
|
||||
MULTIARCH='true'
|
||||
CI='true'
|
||||
CI_WEB='false'
|
||||
CI_PORT='3389'
|
||||
CI_WEB='true'
|
||||
CI_PORT='3000'
|
||||
CI_SSL='false'
|
||||
CI_DELAY='30'
|
||||
CI_DELAY='120'
|
||||
CI_DOCKERENV='TZ=US/Pacific'
|
||||
CI_AUTH='user:password'
|
||||
CI_WEBPATH=''
|
||||
|
@ -17,10 +17,10 @@ repo_vars:
|
||||
- DIST_IMAGE = 'ubuntu'
|
||||
- MULTIARCH='true'
|
||||
- CI='true'
|
||||
- CI_WEB='false'
|
||||
- CI_PORT='3389'
|
||||
- CI_WEB='true'
|
||||
- CI_PORT='3000'
|
||||
- CI_SSL='false'
|
||||
- CI_DELAY='30'
|
||||
- CI_DELAY='120'
|
||||
- CI_DOCKERENV='TZ=US/Pacific'
|
||||
- CI_AUTH='user:password'
|
||||
- CI_WEBPATH=''
|
||||
|
Loading…
x
Reference in New Issue
Block a user