From 30dc66af7bc43f0cddd615cc0026e0fdf19479a7 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Sat, 12 Oct 2024 07:51:01 +0300 Subject: [PATCH] Fixing the build --- Jenkinsfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 65781f0..5349eb2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,6 +8,10 @@ pipeline { } } + triggers { + cron("59 23 * * 1") // Build every monday + } + options { buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10')) }