From 2169a1119deeccac43ed3562d3605808afefaea9 Mon Sep 17 00:00:00 2001 From: TheSpad Date: Mon, 20 Feb 2023 09:21:33 +0000 Subject: [PATCH] Add donation link --- .github/FUNDING.yml | 1 + Jenkinsfile | 2 +- jenkins-vars.yml | 2 ++ root/donate.txt | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 root/donate.txt diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 7eaac77..993bdaa 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,2 +1,3 @@ github: linuxserver open_collective: linuxserver +custom: ["https://www.buymeacoffee.com/pairdrop",] diff --git a/Jenkinsfile b/Jenkinsfile index 84a97c7..91898f7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -59,7 +59,7 @@ pipeline { env.CODE_URL = 'https://github.com/' + env.LS_USER + '/' + env.LS_REPO + '/commit/' + env.GIT_COMMIT env.DOCKERHUB_LINK = 'https://hub.docker.com/r/' + env.DOCKERHUB_IMAGE + '/tags/' env.PULL_REQUEST = env.CHANGE_ID - env.TEMPLATED_FILES = 'Jenkinsfile README.md LICENSE .editorconfig ./.github/CONTRIBUTING.md ./.github/FUNDING.yml ./.github/ISSUE_TEMPLATE/config.yml ./.github/ISSUE_TEMPLATE/issue.bug.yml ./.github/ISSUE_TEMPLATE/issue.feature.yml ./.github/PULL_REQUEST_TEMPLATE.md ./.github/workflows/external_trigger_scheduler.yml ./.github/workflows/greetings.yml ./.github/workflows/package_trigger_scheduler.yml ./.github/workflows/stale.yml ./.github/workflows/call_invalid_helper.yml ./.github/workflows/permissions.yml ./.github/workflows/external_trigger.yml ./.github/workflows/package_trigger.yml' + env.TEMPLATED_FILES = 'Jenkinsfile README.md LICENSE .editorconfig ./.github/CONTRIBUTING.md ./.github/FUNDING.yml ./.github/ISSUE_TEMPLATE/config.yml ./.github/ISSUE_TEMPLATE/issue.bug.yml ./.github/ISSUE_TEMPLATE/issue.feature.yml ./.github/PULL_REQUEST_TEMPLATE.md ./.github/workflows/external_trigger_scheduler.yml ./.github/workflows/greetings.yml ./.github/workflows/package_trigger_scheduler.yml ./.github/workflows/stale.yml ./.github/workflows/call_invalid_helper.yml ./.github/workflows/permissions.yml ./.github/workflows/external_trigger.yml ./.github/workflows/package_trigger.yml ./root/donate.txt' } script{ env.LS_RELEASE_NUMBER = sh( diff --git a/jenkins-vars.yml b/jenkins-vars.yml index 3dd1b94..2b2c9c6 100644 --- a/jenkins-vars.yml +++ b/jenkins-vars.yml @@ -29,3 +29,5 @@ repo_vars: - CI_DOCKERENV='TZ=US/Pacific' - CI_AUTH='user:password' - CI_WEBPATH='' +sponsor_links: + - { name: "PairDrop", url: "https://www.buymeacoffee.com/pairdrop" } diff --git a/root/donate.txt b/root/donate.txt new file mode 100644 index 0000000..aba089a --- /dev/null +++ b/root/donate.txt @@ -0,0 +1 @@ +PairDrop: https://www.buymeacoffee.com/pairdrop