This repository was archived by the owner on Jul 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11open_collective : linuxserver
2+ custom : ["https://opencollective.com/netbootxyz/donate",]
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ pipeline {
5858 env. CODE_URL = ' https://github.com/' + env. LS_USER + ' /' + env. LS_REPO + ' /commit/' + env. GIT_COMMIT
5959 env. DOCKERHUB_LINK = ' https://hub.docker.com/r/' + env. DOCKERHUB_IMAGE + ' /tags/'
6060 env. PULL_REQUEST = env. CHANGE_ID
61- env. TEMPLATED_FILES = ' Jenkinsfile README.md LICENSE ./.github/FUNDING.yml ./.github/ISSUE_TEMPLATE.md ./.github/PULL_REQUEST_TEMPLATE.md'
61+ env. TEMPLATED_FILES = ' Jenkinsfile README.md LICENSE ./.github/FUNDING.yml ./.github/ISSUE_TEMPLATE.md ./.github/PULL_REQUEST_TEMPLATE.md ./root/donate.txt '
6262 }
6363 script{
6464 env. LS_RELEASE_NUMBER = sh(
Original file line number Diff line number Diff line change @@ -27,3 +27,5 @@ repo_vars:
2727 - CI_DOCKERENV='TZ=US/Pacific'
2828 - CI_AUTH='user:password'
2929 - CI_WEBPATH=''
30+ sponsor_links :
31+ - { name: "netboot.xyz", url: "https://opencollective.com/netbootxyz/donate" }
Original file line number Diff line number Diff line change 1+ netboot.xyz: https://opencollective.com/netbootxyz/donate
You can’t perform that action at this time.
0 commit comments