npm ci flags
This commit is contained in:
parent
3529316fdd
commit
d474d02217
2
install/ci/Jenkinsfile
vendored
2
install/ci/Jenkinsfile
vendored
@ -15,5 +15,5 @@ stage('install:ci') {
|
|||||||
// currentBuild.description = "#${BUILD_NUMBER}, branch ${branchName}, tag ${tag ? tag : 'no tag'}\n\n${lastLog}"
|
// currentBuild.description = "#${BUILD_NUMBER}, branch ${branchName}, tag ${tag ? tag : 'no tag'}\n\n${lastLog}"
|
||||||
echo 'starting installing'
|
echo 'starting installing'
|
||||||
sh "pwd"
|
sh "pwd"
|
||||||
sh 'npm ci'
|
sh 'npm ci --progress=false --loglevel=error --fetch-retries=3'
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user