From 44b51ca05576f00d7ece26b4a85b52a1b11480ed Mon Sep 17 00:00:00 2001 From: Mitch Hijlkema Date: Fri, 28 Nov 2025 20:54:43 +0100 Subject: [PATCH] Edit .onedev-buildspec.yml --- .onedev-buildspec.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml index e69b0f5..22a3b0c 100644 --- a/.onedev-buildspec.yml +++ b/.onedev-buildspec.yml @@ -1,8 +1,17 @@ -version: 1 +version: 6 jobs: - name: Publish steps: - !CheckoutStep name: 'checkout ' cloneCredential: !DefaultCredential {} - condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL \ No newline at end of file + condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL + triggers: + - !BranchUpdateTrigger + branches: main + retryCondition: never + maxRetries: 3 + retryDelay: 30 + cpuRequirement: 250m + memoryRequirement: 128m + timeout: 3600