From 982edbdb4253a4aebd5f5ab1993f6872d2e57a22 Mon Sep 17 00:00:00 2001 From: thespad Date: Tue, 13 Aug 2024 15:15:51 +0100 Subject: [PATCH 1/2] Make migrations executable --- root/migrations/02-default-location | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 root/migrations/02-default-location diff --git a/root/migrations/02-default-location b/root/migrations/02-default-location old mode 100644 new mode 100755 From 990a49e4a7c8ab959c88aae8b9667072eb09fc8e Mon Sep 17 00:00:00 2001 From: thespad Date: Tue, 13 Aug 2024 16:18:55 +0100 Subject: [PATCH 2/2] Increase CI timeout --- Jenkinsfile | 2 +- jenkins-vars.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0af02a9..4c24dc2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,7 +33,7 @@ pipeline { CI_WEB='true' CI_PORT='80' CI_SSL='' - CI_DELAY='60' + CI_DELAY='180' CI_DOCKERENV='' CI_AUTH='' CI_WEBPATH='' diff --git a/jenkins-vars.yml b/jenkins-vars.yml index caf598f..f76cc6b 100644 --- a/jenkins-vars.yml +++ b/jenkins-vars.yml @@ -23,7 +23,7 @@ repo_vars: - CI_WEB='true' - CI_PORT='80' - CI_SSL='' - - CI_DELAY='60' + - CI_DELAY='180' - CI_DOCKERENV='' - CI_AUTH='' - CI_WEBPATH=''