Added force param
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Joan Sanchez 2021-06-23 14:32:36 +02:00
parent 6662a0abfc
commit 29ceb38a06
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -41,7 +41,7 @@ pipeline {
}
steps {
nodejs('node-v12') {
sh 'npm cache clean'
sh 'npm cache clean --force'
sh 'npm install --no-audit --prefer-offline'
sh 'gulp install --ci'
}