We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e58fc3f commit 111f233Copy full SHA for 111f233
2 files changed
Jenkinsfile
@@ -10,7 +10,7 @@ pipeline {
10
environment {
11
BUILDS_DISCORD=credentials('build_webhook_url')
12
GITHUB_TOKEN=credentials('498b4638-2d02-4ce5-832d-8a57d01d97ab')
13
- BUILD_VERSION_ARG = 'NEXTCLOUD_VERSION'
+ BUILD_VERSION_ARG = 'NEXTCLOUD_RELEASE'
14
LS_USER = 'linuxserver'
15
LS_REPO = 'docker-nextcloud'
16
CONTAINER_NAME = 'nextcloud'
jenkins-vars.yml
@@ -9,7 +9,7 @@ release_type: stable
9
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'
0 commit comments