-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathjenkins-vars.yml
More file actions
30 lines (29 loc) · 765 Bytes
/
jenkins-vars.yml
File metadata and controls
30 lines (29 loc) · 765 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
---
# jenkins variables
project_name: docker-openshot
external_type: github_stable
release_type: stable
release_tag: latest
ls_branch: main
repo_vars:
- EXT_USER = 'openshot'
- EXT_REPO = 'openshot-qt'
- BUILD_VERSION_ARG = 'OPENSHOT_VERSION'
- LS_USER = 'linuxserver'
- LS_REPO = 'docker-openshot'
- CONTAINER_NAME = 'openshot'
- DOCKERHUB_IMAGE = 'linuxserver/openshot'
- DEV_DOCKERHUB_IMAGE = 'lsiodev/openshot'
- PR_DOCKERHUB_IMAGE = 'lspipepr/openshot'
- DIST_IMAGE = 'ubuntu'
- MULTIARCH = 'false'
- CI = 'true'
- CI_WEB = 'true'
- CI_PORT = '3001'
- CI_SSL = 'true'
- CI_DELAY = '120'
- CI_DOCKERENV = ''
- CI_AUTH = ''
- CI_WEBPATH = ''
sponsor_links:
- { name: "OpenShot", url: "https://www.openshot.org/donate/" }