-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathjenkins-vars.yml
More file actions
26 lines (26 loc) · 807 Bytes
/
jenkins-vars.yml
File metadata and controls
26 lines (26 loc) · 807 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
---
# jenkins variables
project_name: docker-mstream
external_type: na
custom_version_command: "curl -sX GET https://api.github.com/repos/IrosTheBeggar/mStream/releases | jq -r '.[] | select(.prerelease != true) | select(.tag_name | contains(\"DESKTOP\") | not) .tag_name' | head -1"
release_type: stable
release_tag: latest
ls_branch: master
repo_vars:
- BUILD_VERSION_ARG = 'MSTREAM_RELEASE'
- LS_USER = 'linuxserver'
- LS_REPO = 'docker-mstream'
- CONTAINER_NAME = 'mstream'
- DOCKERHUB_IMAGE = 'linuxserver/mstream'
- DEV_DOCKERHUB_IMAGE = 'lsiodev/mstream'
- PR_DOCKERHUB_IMAGE = 'lspipepr/mstream'
- DIST_IMAGE = 'alpine'
- MULTIARCH='true'
- CI='true'
- CI_WEB='true'
- CI_PORT='3000'
- CI_SSL='false'
- CI_DELAY='120'
- CI_DOCKERENV=''
- CI_AUTH=''
- CI_WEBPATH=''