Merge pull request #53 from linuxserver/ci

fix ci screenshot
This commit is contained in:
aptalca
2024-03-13 12:13:31 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@@ -32,7 +32,7 @@ pipeline {
CI_SSL='false' CI_SSL='false'
CI_DELAY='120' CI_DELAY='120'
CI_DOCKERENV='TZ=US/Pacific' CI_DOCKERENV='TZ=US/Pacific'
CI_AUTH='user:password' CI_AUTH=''
CI_WEBPATH='/system/status' CI_WEBPATH='/system/status'
} }
stages { stages {

View File

@@ -23,7 +23,7 @@ repo_vars:
- CI_SSL='false' - CI_SSL='false'
- CI_DELAY='120' - CI_DELAY='120'
- CI_DOCKERENV='TZ=US/Pacific' - CI_DOCKERENV='TZ=US/Pacific'
- CI_AUTH='user:password' - CI_AUTH=''
- CI_WEBPATH='/system/status' - CI_WEBPATH='/system/status'
sponsor_links: sponsor_links:
- { name: "Prowlarr", url: "https://opencollective.com/prowlarr" } - { name: "Prowlarr", url: "https://opencollective.com/prowlarr" }