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"