-
-
Notifications
You must be signed in to change notification settings - Fork 95
Expand file tree
/
Copy pathjenkins-vars.yml
More file actions
27 lines (26 loc) · 950 Bytes
/
jenkins-vars.yml
File metadata and controls
27 lines (26 loc) · 950 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
---
# jenkins variables
project_name: unifi-network-application
external_type: na
custom_version_command: "curl -sX GET 'https://fw-update.ubnt.com/api/firmware-latest?filter=eq~~product~~unifi-controller&filter=eq~~platform~~unix&filter=eq~~channel~~release' | jq -r '._embedded.firmware[].version' | awk -F '+' '{print $1}' | tr -d 'v'"
release_type: stable
release_tag: latest
ls_branch: main
repo_vars:
- BUILD_VERSION_ARG = 'UNIFI_VERSION'
- LS_USER = 'linuxserver'
- LS_REPO = 'docker-unifi-network-application'
- CONTAINER_NAME = 'unifi-network-application'
- DOCKERHUB_IMAGE = 'linuxserver/unifi-network-application'
- DEV_DOCKERHUB_IMAGE = 'lsiodev/unifi-network-application'
- PR_DOCKERHUB_IMAGE = 'lspipepr/unifi-network-application'
- DIST_IMAGE = 'ubuntu'
- MULTIARCH='true'
- CI='false'
- CI_WEB='false'
- CI_PORT='8443'
- CI_SSL='true'
- CI_DELAY='180'
- CI_DOCKERENV=''
- CI_AUTH=''
- CI_WEBPATH=''