From 5c1927744f259f2fb117870b0f24a8f24a525b98 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Sat, 7 Mar 2026 20:20:15 +0200 Subject: [PATCH] Do not run anymore --- Jenkinsfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4195f6b..4a32e49 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,10 +3,6 @@ pipeline { label 'linux' } - triggers { - cron('@daily') - } - options { buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10')) }