-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jenkins-vars.yml
30 lines (28 loc) · 914 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-sabnzbd
external_type: na
custom_version_command: "curl -sX GET http://ppa.launchpad.net/jcfp/nobetas/ubuntu/dists/bionic/main/binary-amd64/Packages.gz | gunzip |grep -A 7 -m 1 'Package: sabnzbdplus' | awk -F ': ' '/Version/{print $2;exit}'"
release_type: stable
release_tag: latest
ls_branch: master
repo_vars:
- BUILD_VERSION_ARG = 'SABNZBD_VERSION'
- LS_USER = 'linuxserver'
- LS_REPO = 'docker-sabnzbd'
- CONTAINER_NAME = 'sabnzbd'
- DOCKERHUB_IMAGE = 'linuxserver/sabnzbd'
- DEV_DOCKERHUB_IMAGE = 'lsiodev/sabnzbd'
- PR_DOCKERHUB_IMAGE = 'lspipepr/sabnzbd'
- DIST_IMAGE = 'ubuntu'
- MULTIARCH='true'
- CI='true'
- CI_WEB='true'
- CI_PORT='8080'
- CI_SSL='false'
- CI_DELAY='120'
- CI_DOCKERENV='TZ=US/Pacific'
- CI_AUTH='user:password'
- CI_WEBPATH=''
sponsor_links:
- { name: "SABnzbd", url: "https://sabnzbd.org/donate" }