Skip to content
This repository was archived by the owner on Jul 5, 2025. It is now read-only.

Commit f4df8eb

Browse files
committed
forgot repo entries
1 parent 720821d commit f4df8eb

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Jenkinsfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ pipeline {
1616
GITHUB_TOKEN=credentials('498b4638-2d02-4ce5-832d-8a57d01d97ab')
1717
GITLAB_TOKEN=credentials('b6f0f1dd-6952-4cf6-95d1-9c06380283f0')
1818
GITLAB_NAMESPACE=credentials('gitlab-namespace-id')
19+
EXT_GIT_BRANCH = 'master'
20+
EXT_USER = 'netbootxyz'
21+
EXT_REPO = 'netboot.xyz'
1922
CONTAINER_NAME = 'netbootxyz'
2023
BUILD_VERSION_ARG = 'NETBOOTXYZ_RELEASE'
2124
LS_USER = 'linuxserver'

jenkins-vars.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ release_type: pre-release
77
release_tag: tftp
88
ls_branch: tftp
99
repo_vars:
10+
- EXT_GIT_BRANCH = 'master'
11+
- EXT_USER = 'netbootxyz'
12+
- EXT_REPO = 'netboot.xyz'
1013
- CONTAINER_NAME = 'netbootxyz'
1114
- BUILD_VERSION_ARG = 'NETBOOTXYZ_RELEASE'
1215
- LS_USER = 'linuxserver'

0 commit comments

Comments
 (0)