From 7b123abc3ad4062c7b6823965095875c9781ae97 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Tue, 17 Dec 2024 17:24:36 +0100
Subject: [PATCH] OZG-6238 fix ERR_SOCKET_TIMEOUT (2)

---
 Jenkinsfile       | 2 +-
 Jenkinsfile.admin | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 66d9a87250..75605774a2 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -84,7 +84,7 @@ pipeline {
                         sh 'node --version'
 
                         dir('alfa-client') {
-                            sh 'pnpm install'
+                            sh 'pnpm install  --frozen-lockfile --network-concurrency 8'
 
                             if (isMasterBranch()) {
                                 withSonarQubeEnv('sonarqube-ozg-sh'){
diff --git a/Jenkinsfile.admin b/Jenkinsfile.admin
index 3a5229a35b..cab3056bc9 100644
--- a/Jenkinsfile.admin
+++ b/Jenkinsfile.admin
@@ -64,7 +64,7 @@ pipeline {
 
                     withNPM(npmrcConfig: 'npm-nexus-auth') {
                         dir('alfa-client') {
-                            sh 'pnpm install'
+                            sh 'pnpm install --frozen-lockfile --network-concurrency 8'
 
 	                        if (isReleaseBranch()) {
 	                        	sh 'pnpm run ci-prodBuild-admin'
-- 
GitLab