jenkins-scripts/install/unsafe/Jenkinsfile

4 lines
86 B
Groovy

stage('install') {
echo 'starting installing'
sh 'npm install --unsafe-perm'
}