Files
docker-nextcloud/jenkins-vars.yml
T
2019-04-12 21:56:30 -07:00

28 lines
806 B
YAML

---
# jenkins variables
project_name: docker-nextcloud
external_type: na
custom_version_command: "curl -s https://raw.githubusercontent.com/nextcloud/nextcloud.com/master/strings.php | awk -F\\\\' '/VERSIONS_SERVER_FULL_STABLE/ {print $2;exit}'"
release_type: stable
release_tag: latest
ls_branch: master
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=''