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

pull/166/head
thelamer 6 years ago
parent 508cec655c
commit 78ea9cb207

2
Jenkinsfile vendored

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

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

Loading…
Cancel
Save