fix nextcloud version argument

This commit is contained in:
aptalca 2019-02-08 18:56:14 -05:00 committed by Ryan Kuba
parent e58fc3f19b
commit 111f233794
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -10,7 +10,7 @@ pipeline {
environment {
BUILDS_DISCORD=credentials('build_webhook_url')
GITHUB_TOKEN=credentials('498b4638-2d02-4ce5-832d-8a57d01d97ab')
BUILD_VERSION_ARG = 'NEXTCLOUD_VERSION'
BUILD_VERSION_ARG = 'NEXTCLOUD_RELEASE'
LS_USER = 'linuxserver'
LS_REPO = 'docker-nextcloud'
CONTAINER_NAME = 'nextcloud'

View File

@ -9,7 +9,7 @@ release_type: stable
release_tag: latest
ls_branch: master
repo_vars:
- BUILD_VERSION_ARG = 'NEXTCLOUD_VERSION'
- BUILD_VERSION_ARG = 'NEXTCLOUD_RELEASE'
- LS_USER = 'linuxserver'
- LS_REPO = 'docker-nextcloud'
- CONTAINER_NAME = 'nextcloud'