From 8f04ccdb686ab4a14d853e6b9d29a11499e22b6f Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Sat, 14 Mar 2026 05:16:27 +0900 Subject: [PATCH] cleanup --- Jenkinsfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index e2686d3..3dd0369 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,10 +1,9 @@ +discardBuilds() + pipeline { agent { label "built-in" } - options { - buildDiscarder(logRotator(numToKeepStr: '16', artifactNumToKeepStr: '16')) - } stages { stage("Build document") { when {