From f88b8fd1ff0400c84825313c9e9266d0ee921b01 Mon Sep 17 00:00:00 2001 From: Denis Patrakeev Date: Tue, 24 Dec 2024 11:15:11 +0300 Subject: [PATCH] [hotfix] Up Svace limit for use vCPU on VM (!60) hotfix Reviewed-on: https://git.avroid.tech/DevOps/jenkins-pipelines/pulls/60 --- pipelines/DevSecOps/svace-analyze.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/DevSecOps/svace-analyze.groovy b/pipelines/DevSecOps/svace-analyze.groovy index 0543a95..d4b4a4c 100644 --- a/pipelines/DevSecOps/svace-analyze.groovy +++ b/pipelines/DevSecOps/svace-analyze.groovy @@ -3,7 +3,7 @@ import tech.avroid.api.Nexus import tech.avroid.scm.Git -String buildThreads = '16' +String buildThreads = '28' String svacerVersion = '9-0-2' String svaceCmd = "/data/opt/svace-${env.JENKINS_SVACE_VERSION}-x64-linux/bin/svace" String svacerCmd = "/data/opt/svacer-${svacerVersion}/bin/svacer"