--- # jenkins variables project_name: docker-plex external_type: custom_json release_type: stable release_tag: latest ls_branch: master repo_vars: - JSON_URL = 'https://plex.tv/api/downloads/5.json' - JSON_PATH = '.computer.Linux.version' - 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='true' - CI_PORT='32400' - CI_SSL='false' - CI_DELAY='120' - CI_DOCKERENV='TZ=US/Pacific' - CI_AUTH='user:password' - CI_WEBPATH='/web/index.html'