Skip to content

Commit 111f233

Browse files
aptalcathelamer
authored andcommitted
fix nextcloud version argument
1 parent e58fc3f commit 111f233

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pipeline {
1010
environment {
1111
BUILDS_DISCORD=credentials('build_webhook_url')
1212
GITHUB_TOKEN=credentials('498b4638-2d02-4ce5-832d-8a57d01d97ab')
13-
BUILD_VERSION_ARG = 'NEXTCLOUD_VERSION'
13+
BUILD_VERSION_ARG = 'NEXTCLOUD_RELEASE'
1414
LS_USER = 'linuxserver'
1515
LS_REPO = 'docker-nextcloud'
1616
CONTAINER_NAME = 'nextcloud'

jenkins-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ release_type: stable
99
release_tag: latest
1010
ls_branch: master
1111
repo_vars:
12-
- BUILD_VERSION_ARG = 'NEXTCLOUD_VERSION'
12+
- BUILD_VERSION_ARG = 'NEXTCLOUD_RELEASE'
1313
- LS_USER = 'linuxserver'
1414
- LS_REPO = 'docker-nextcloud'
1515
- CONTAINER_NAME = 'nextcloud'

0 commit comments

Comments
 (0)