Skip to content

Commit

Permalink
forgot repo entries
Browse files Browse the repository at this point in the history
  • Loading branch information
thelamer committed Dec 11, 2019
1 parent 720821d commit f4df8eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ pipeline {
GITHUB_TOKEN=credentials('498b4638-2d02-4ce5-832d-8a57d01d97ab')
GITLAB_TOKEN=credentials('b6f0f1dd-6952-4cf6-95d1-9c06380283f0')
GITLAB_NAMESPACE=credentials('gitlab-namespace-id')
EXT_GIT_BRANCH = 'master'
EXT_USER = 'netbootxyz'
EXT_REPO = 'netboot.xyz'
CONTAINER_NAME = 'netbootxyz'
BUILD_VERSION_ARG = 'NETBOOTXYZ_RELEASE'
LS_USER = 'linuxserver'
Expand Down
3 changes: 3 additions & 0 deletions jenkins-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ release_type: pre-release
release_tag: tftp
ls_branch: tftp
repo_vars:
- EXT_GIT_BRANCH = 'master'
- EXT_USER = 'netbootxyz'
- EXT_REPO = 'netboot.xyz'
- CONTAINER_NAME = 'netbootxyz'
- BUILD_VERSION_ARG = 'NETBOOTXYZ_RELEASE'
- LS_USER = 'linuxserver'
Expand Down

0 comments on commit f4df8eb

Please sign in to comment.