31 lines
813 B
YAML
31 lines
813 B
YAML
---
|
|
|
|
# jenkins variables
|
|
project_name: docker-qbittorrent
|
|
external_type: alpine_repo
|
|
release_type: stable
|
|
release_tag: latest
|
|
ls_branch: master
|
|
build_armhf: false
|
|
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'
|
|
- DIST_REPO = 'http://dl-cdn.alpinelinux.org/alpine/edge/community/'
|
|
- DIST_REPO_PACKAGES = 'qbittorrent-nox'
|
|
- 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=''
|