Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
Merge pull request #11 from linuxserver/citest
Browse files Browse the repository at this point in the history
enable webgui test on ci
  • Loading branch information
aptalca authored Apr 27, 2022
2 parents cd34244 + 020698d commit 3ca5f12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pipeline {
DIST_IMAGE = 'ubuntu'
MULTIARCH='true'
CI='true'
CI_WEB='false'
CI_WEB='true'
CI_PORT='6555'
CI_SSL='false'
CI_DELAY='180'
Expand Down
2 changes: 1 addition & 1 deletion jenkins-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repo_vars:
- DIST_IMAGE = 'ubuntu'
- MULTIARCH='true'
- CI='true'
- CI_WEB='false'
- CI_WEB='true'
- CI_PORT='6555'
- CI_SSL='false'
- CI_DELAY='180'
Expand Down

0 comments on commit 3ca5f12

Please sign in to comment.