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