npm ci flags

This commit is contained in:
Primakov Alexandr Alexandrovich 2024-08-23 10:04:06 +03:00
parent 3529316fdd
commit d474d02217

View File

@ -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'
}