Skip to content

Commit 78ea9cb

Browse files
committed
revert testing changes, plex web endpoint still crashes out the testing loop
1 parent 508cec6 commit 78ea9cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pipeline {
2222
DIST_IMAGE = 'ubuntu'
2323
MULTIARCH='true'
2424
CI='true'
25-
CI_WEB='true'
25+
CI_WEB='false'
2626
CI_PORT='32400'
2727
CI_SSL='false'
2828
CI_DELAY='120'

jenkins-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repo_vars:
1919
- DIST_IMAGE = 'ubuntu'
2020
- MULTIARCH='true'
2121
- CI='true'
22-
- CI_WEB='true'
22+
- CI_WEB='false'
2323
- CI_PORT='32400'
2424
- CI_SSL='false'
2525
- CI_DELAY='120'

0 commit comments

Comments
 (0)