From 64b15cda54de1128ac4782624707ea2ae0e37681 Mon Sep 17 00:00:00 2001 From: thespad Date: Tue, 13 Aug 2024 15:15:58 +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 5f818ef2deb3a5b161848822de30cbc630d9c917 Mon Sep 17 00:00:00 2001 From: thespad Date: Tue, 13 Aug 2024 16:19:43 +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 700cb19..a8a904c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -30,7 +30,7 @@ pipeline { CI_WEB='true' CI_PORT='80' CI_SSL='false' - CI_DELAY='60' + CI_DELAY='180' CI_DOCKERENV='' CI_AUTH='' CI_WEBPATH='' diff --git a/jenkins-vars.yml b/jenkins-vars.yml index d4657a4..072d61e 100644 --- a/jenkins-vars.yml +++ b/jenkins-vars.yml @@ -21,7 +21,7 @@ repo_vars: - CI_WEB='true' - CI_PORT='80' - CI_SSL='false' - - CI_DELAY='60' + - CI_DELAY='180' - CI_DOCKERENV='' - CI_AUTH='' - CI_WEBPATH=''