revert testing changes, plex web endpoint still crashes out the testing loop

This commit is contained in:
thelamer 2019-03-14 17:04:55 -07:00
parent 508cec655c
commit 78ea9cb207
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -22,7 +22,7 @@ pipeline {
DIST_IMAGE = 'ubuntu'
MULTIARCH='true'
CI='true'
CI_WEB='true'
CI_WEB='false'
CI_PORT='32400'
CI_SSL='false'
CI_DELAY='120'

View File

@ -19,7 +19,7 @@ repo_vars:
- DIST_IMAGE = 'ubuntu'
- MULTIARCH='true'
- CI='true'
- CI_WEB='true'
- CI_WEB='false'
- CI_PORT='32400'
- CI_SSL='false'
- CI_DELAY='120'