revert testing changes, plex web endpoint still crashes out the testing loop
This commit is contained in:
parent
508cec655c
commit
78ea9cb207
2 changed files with 2 additions and 2 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -22,7 +22,7 @@ pipeline {
|
||||||
DIST_IMAGE = 'ubuntu'
|
DIST_IMAGE = 'ubuntu'
|
||||||
MULTIARCH='true'
|
MULTIARCH='true'
|
||||||
CI='true'
|
CI='true'
|
||||||
CI_WEB='true'
|
CI_WEB='false'
|
||||||
CI_PORT='32400'
|
CI_PORT='32400'
|
||||||
CI_SSL='false'
|
CI_SSL='false'
|
||||||
CI_DELAY='120'
|
CI_DELAY='120'
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ repo_vars:
|
||||||
- DIST_IMAGE = 'ubuntu'
|
- DIST_IMAGE = 'ubuntu'
|
||||||
- MULTIARCH='true'
|
- MULTIARCH='true'
|
||||||
- CI='true'
|
- CI='true'
|
||||||
- CI_WEB='true'
|
- CI_WEB='false'
|
||||||
- CI_PORT='32400'
|
- CI_PORT='32400'
|
||||||
- CI_SSL='false'
|
- CI_SSL='false'
|
||||||
- CI_DELAY='120'
|
- CI_DELAY='120'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue