Skip to content

Commit

Permalink
Merge pull request #74 from linuxserver/bump-ci-delay
Browse files Browse the repository at this point in the history
  • Loading branch information
GilbN authored Jun 17, 2024
2 parents ebb4d46 + 6d2e6ec commit 3453a42
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pipeline {
CI_WEB='false'
CI_PORT=''
CI_SSL=''
CI_DELAY='5'
CI_DELAY='120'
CI_DOCKERENV='SUBDOMAINS=testing|TOKEN=testing'
CI_AUTH=''
CI_WEBPATH=''
Expand Down
2 changes: 1 addition & 1 deletion jenkins-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repo_vars:
- CI_WEB='false'
- CI_PORT=''
- CI_SSL=''
- CI_DELAY='5'
- CI_DELAY='120'
- CI_DOCKERENV='SUBDOMAINS=testing|TOKEN=testing'
- CI_AUTH=''
- CI_WEBPATH=''
Expand Down
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "17.06.24:", desc: "Bump CI_DELAY to 120 seconds as ARM builds were failing." }
- { date: "30.03.24:", desc: "Added IP address to logging output when IP changes." }
- { date: "23.12.23:", desc: "Rebase to Alpine 3.19." }
- { date: "14.10.23:", desc: "Rework shell script for case insensitivity and update readme to be more clear." }
Expand Down

0 comments on commit 3453a42

Please sign in to comment.