-
-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathjenkins-vars.yml
More file actions
32 lines (31 loc) · 818 Bytes
/
jenkins-vars.yml
File metadata and controls
32 lines (31 loc) · 818 Bytes
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
32
---
# jenkins variables
project_name: docker-ombi
external_type: github_stable
release_type: stable
release_tag: latest
ls_branch: master
repo_vars:
- EXT_GIT_BRANCH = 'master'
- EXT_USER = 'Ombi-app'
- EXT_REPO = 'Ombi'
- CONTAINER_NAME = 'ombi'
- BUILD_VERSION_ARG = 'OMBI_RELEASE'
- LS_USER = 'linuxserver'
- LS_REPO = 'docker-ombi'
- DOCKERHUB_IMAGE = 'linuxserver/ombi'
- DEV_DOCKERHUB_IMAGE = 'lsiodev/ombi'
- PR_DOCKERHUB_IMAGE = 'lspipepr/ombi'
- DIST_IMAGE = 'ubuntu'
- MULTIARCH='true'
- CI='true'
- CI_WEB='true'
- CI_PORT='3579'
- CI_SSL='false'
- CI_DELAY='120'
- CI_DOCKERENV=''
- CI_AUTH=''
- CI_WEBPATH=''
sponsor_links:
- { name: "Ombi - Patreon", url: "https://patreon.com/tidusjar" }
- { name: "Ombi - PayPal", url: "https://paypal.me/PlexRequestsNet" }