From 5a1bcdcd3cd41bb4e04960a3efece5c50d7b783b Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 16 Mar 2023 08:25:21 +0900 Subject: [PATCH] Update Jenkins build time limits --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 334bfbf..c8157d5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -50,7 +50,7 @@ pipeline { } } stage('Build Private') { - options { timeout(time: 30, unit: 'MINUTES') } + options { timeout(time: 2, unit: 'HOURS') } steps { script { if (env.BRANCH_NAME == 'main') { @@ -85,7 +85,7 @@ pipeline { } } stage('Build Public') { - options { timeout(time: 30, unit: 'MINUTES') } + options { timeout(time: 2, unit: 'HOURS') } steps { script { if (env.BRANCH_NAME == 'main') {