diff --git a/Jenkinsfile b/Jenkinsfile index e82c08c..8e84f0f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' diff --git a/jenkins-vars.yml b/jenkins-vars.yml index 757c431..10392f5 100644 --- a/jenkins-vars.yml +++ b/jenkins-vars.yml @@ -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'