From f811a09b74b20c06bb3e4d1da488bd2303087347 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Fri, 18 Apr 2025 12:08:21 +0300 Subject: [PATCH] Making the build work --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 0fbe3ae..1fd3ede 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,7 @@ pipeline { agent any options { + disableConcurrentBuilds() buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10')) } stages {