forked from linuxserver/docker-nextcloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjenkins-vars.yml
28 lines (27 loc) · 839 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
---
# jenkins variables
project_name: docker-nextcloud
external_type: na
custom_version_command: "curl -sX GET https://api.github.com/repos/nextcloud/server/releases | jq -r '.[] | select(.prerelease != true) | .tag_name' | sed 's|^v||g' | sort -rV | head -1"
release_type: stable
release_tag: latest
ls_branch: master
build_armhf: false
repo_vars:
- BUILD_VERSION_ARG = 'NEXTCLOUD_RELEASE'
- LS_USER = 'linuxserver'
- LS_REPO = 'docker-nextcloud'
- CONTAINER_NAME = 'nextcloud'
- DOCKERHUB_IMAGE = 'linuxserver/nextcloud'
- DEV_DOCKERHUB_IMAGE = 'lsiodev/nextcloud'
- PR_DOCKERHUB_IMAGE = 'lspipepr/nextcloud'
- DIST_IMAGE = 'alpine'
- MULTIARCH='true'
- CI='true'
- CI_WEB='true'
- CI_PORT='443'
- CI_SSL='true'
- CI_DELAY='120'
- CI_DOCKERENV='TZ=US/Pacific'
- CI_AUTH='user:password'
- CI_WEBPATH=''