-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
jenkins-vars.yml
30 lines (29 loc) · 1013 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
---
# jenkins variables
project_name: docker-foldingathome
external_type: na
custom_version_command: "curl -s https://download.foldingathome.org/releases/public/fah-client/meta.json | jq -r '.[] | select((.package | contains(\"amd64.deb\")) and (.package | contains(\"release\"))) | .package' | awk -F'(fah-client_|_amd64.deb)' '{print $2}'"
release_type: stable
release_tag: latest
ls_branch: master
build_armhf: false
repo_vars:
- BUILD_VERSION_ARG = 'FOLDINGATHOME_RELEASE'
- LS_USER = 'linuxserver'
- LS_REPO = 'docker-foldingathome'
- CONTAINER_NAME = 'foldingathome'
- DOCKERHUB_IMAGE = 'linuxserver/foldingathome'
- DEV_DOCKERHUB_IMAGE = 'lsiodev/foldingathome'
- PR_DOCKERHUB_IMAGE = 'lspipepr/foldingathome'
- DIST_IMAGE = 'ubuntu'
- MULTIARCH='true'
- CI='true'
- CI_WEB='true'
- CI_PORT='7396'
- CI_SSL='false'
- CI_DELAY='120'
- CI_DOCKERENV=''
- CI_AUTH=''
- CI_WEBPATH=''
sponsor_links:
- { name: "Folding@home", url: "https://foldingathome.org/about/donate/" }