updating endpoint to specifically hit the computer linux json and using custom_json for versioning

This commit is contained in:
thelamer 2019-03-14 16:40:11 -07:00
parent c41d3e05eb
commit d8254e6bdf
6 changed files with 22 additions and 19 deletions

View file

@ -2,12 +2,13 @@
# 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
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'