Pipeline hw (#150)

* adding multi arch logic and pipeline, first version of included hardware accel info, pulling debs from new endpoint

* removing web screenshotting from ci process

* adding update logic for arm variants and templating readme file

* Adding nvidia environment variables

* Adding information on nvidia container runtime

* updating pipeline logic to use static endpoint and disabling updates on those branches

* bug bashing escape characters in jenkins logic

* remove avahi service that is no longer needed by plex

* set new artifact download location
This commit is contained in:
Ryan Kuba 2019-02-06 12:16:30 -08:00 committed by chbmb
parent 391f0a773c
commit 88765a032a
12 changed files with 1069 additions and 120 deletions

27
jenkins-vars.yml Normal file
View file

@ -0,0 +1,27 @@
---
# jenkins variables
project_name: docker-plex
external_type: na
custom_version_command: curl -s 'https://plex.tv/downloads/details/1?build=linux-ubuntu-x86_64&distro=ubuntu' |grep -oP 'version="\\K[^"]+' | tail -n 1
release_type: stable
release_tag: latest
ls_branch: master
repo_vars:
- BUILD_VERSION_ARG = 'PLEX_RELEASE'
- LS_USER = 'linuxserver'
- LS_REPO = 'docker-plex'
- CONTAINER_NAME = 'plex'
- DOCKERHUB_IMAGE = 'linuxserver/plex'
- DEV_DOCKERHUB_IMAGE = 'lsiodev/plex'
- PR_DOCKERHUB_IMAGE = 'lspipepr/plex'
- DIST_IMAGE = 'ubuntu'
- MULTIARCH='true'
- CI='true'
- CI_WEB='false'
- CI_PORT='32400'
- CI_SSL='false'
- CI_DELAY='120'
- CI_DOCKERENV='TZ=US/Pacific'
- CI_AUTH='user:password'
- CI_WEBPATH='/web'