From d474d02217d79441a05617cf5704087bb40bcee6 Mon Sep 17 00:00:00 2001 From: Primakov Alexandr Alexandrovich Date: Fri, 23 Aug 2024 10:04:06 +0300 Subject: [PATCH] npm ci flags --- install/ci/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/ci/Jenkinsfile b/install/ci/Jenkinsfile index ee22993..84f82f6 100644 --- a/install/ci/Jenkinsfile +++ b/install/ci/Jenkinsfile @@ -15,5 +15,5 @@ stage('install:ci') { // currentBuild.description = "#${BUILD_NUMBER}, branch ${branchName}, tag ${tag ? tag : 'no tag'}\n\n${lastLog}" echo 'starting installing' sh "pwd" - sh 'npm ci' + sh 'npm ci --progress=false --loglevel=error --fetch-retries=3' } \ No newline at end of file