-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathjenkins-vars.yml
More file actions
29 lines (28 loc) · 718 Bytes
/
jenkins-vars.yml
File metadata and controls
29 lines (28 loc) · 718 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
---
# jenkins variables
project_name: docker-pyload-ng
external_type: pip_version
release_type: stable
release_tag: latest
ls_branch: main
repo_vars:
- EXT_PIP = 'pyload-ng'
- BUILD_VERSION_ARG = 'PYLOAD_VERSION'
- LS_USER = 'linuxserver'
- LS_REPO = 'docker-pyload-ng'
- CONTAINER_NAME = 'pyload-ng'
- DOCKERHUB_IMAGE = 'linuxserver/pyload-ng'
- DEV_DOCKERHUB_IMAGE = 'lsiodev/pyload-ng'
- PR_DOCKERHUB_IMAGE = 'lspipepr/pyload-ng'
- DIST_IMAGE = 'alpine'
- MULTIARCH='true'
- CI='true'
- CI_WEB='true'
- CI_PORT='8000'
- CI_SSL='false'
- CI_DELAY='120'
- CI_DOCKERENV=''
- CI_AUTH=''
- CI_WEBPATH=''
sponsor_links:
- { name: "pyLoad", url: "https://PayPal.Me/nitzo2001/0usd" }