diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 7972213..feaeb7f 100755 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1,2 @@ open_collective: linuxserver +custom: ["https://snipeitapp.com/donate",] diff --git a/Jenkinsfile b/Jenkinsfile index bebf90b..39c8aa9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -58,7 +58,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 ./.github/FUNDING.yml ./.github/ISSUE_TEMPLATE.md ./.github/PULL_REQUEST_TEMPLATE.md' + env.TEMPLATED_FILES = 'Jenkinsfile README.md LICENSE ./.github/FUNDING.yml ./.github/ISSUE_TEMPLATE.md ./.github/PULL_REQUEST_TEMPLATE.md ./root/donate.txt' } script{ env.LS_RELEASE_NUMBER = sh( diff --git a/jenkins-vars.yml b/jenkins-vars.yml index b9bb8e5..1c59079 100644 --- a/jenkins-vars.yml +++ b/jenkins-vars.yml @@ -27,3 +27,5 @@ repo_vars: - CI_DOCKERENV='APP_URL=_|DB_CONNECTION=sqlite_testing' - CI_AUTH='user:password' - CI_WEBPATH='' +sponsor_links: + - { name: "Snipe-IT", url: "https://snipeitapp.com/donate" } diff --git a/root/donate.txt b/root/donate.txt new file mode 100644 index 0000000..a0ad309 --- /dev/null +++ b/root/donate.txt @@ -0,0 +1 @@ +Snipe-IT: https://snipeitapp.com/donate