forked from linuxserver/docker-bazarr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjenkins-vars.yml
31 lines (30 loc) · 850 Bytes
/
jenkins-vars.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
# jenkins variables
project_name: docker-bazarr
external_type: github_stable
release_type: stable
release_tag: latest
ls_branch: master
repo_vars:
- EXT_GIT_BRANCH = 'master'
- EXT_USER = 'morpheus65535'
- EXT_REPO = 'bazarr'
- BUILD_VERSION_ARG = 'BAZARR_VERSION'
- LS_USER = 'linuxserver'
- LS_REPO = 'docker-bazarr'
- CONTAINER_NAME = 'bazarr'
- DOCKERHUB_IMAGE = 'linuxserver/bazarr'
- DEV_DOCKERHUB_IMAGE = 'lsiodev/bazarr'
- PR_DOCKERHUB_IMAGE = 'lspipepr/bazarr'
- DIST_IMAGE = 'alpine'
- MULTIARCH='true'
- CI='true'
- CI_WEB='true'
- CI_PORT='6767'
- CI_SSL='false'
- CI_DELAY='120'
- CI_DOCKERENV='TZ=US/Pacific'
- CI_AUTH='user:password'
- CI_WEBPATH=''
sponsor_links:
- { name: "Bazarr", url: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XHHRWXT9YB7WE&source=url" }