You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docker-plex/jenkins-vars.yml

28 lines
758 B

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