29 lines
857 B
YAML
29 lines
857 B
YAML
---
|
|
|
|
# jenkins variables
|
|
project_name: docker-qbittorrent
|
|
external_type: na
|
|
custom_version_command: "curl -sL 'https://api.github.com/repos/userdocs/qbittorrent-nox-static/releases' | jq -r 'first(.[] | select(.prerelease == true) | .tag_name)'"
|
|
release_type: prerelease
|
|
release_tag: libtorrentv1
|
|
ls_branch: libtorrentv1
|
|
repo_vars:
|
|
- CONTAINER_NAME = 'qbittorrent'
|
|
- BUILD_VERSION_ARG = 'QBITTORRENT_VERSION'
|
|
- LS_USER = 'linuxserver'
|
|
- LS_REPO = 'docker-qbittorrent'
|
|
- DOCKERHUB_IMAGE = 'linuxserver/qbittorrent'
|
|
- DEV_DOCKERHUB_IMAGE = 'lsiodev/qbittorrent'
|
|
- PR_DOCKERHUB_IMAGE = 'lspipepr/qbittorrent'
|
|
- DIST_IMAGE = 'alpine'
|
|
- DIST_TAG = 'edge'
|
|
- MULTIARCH='true'
|
|
- CI='true'
|
|
- CI_WEB='true'
|
|
- CI_PORT='8080'
|
|
- CI_SSL='false'
|
|
- CI_DELAY='120'
|
|
- CI_DOCKERENV='TZ=US/Pacific'
|
|
- CI_AUTH='user:password'
|
|
- CI_WEBPATH=''
|