4 lines
86 B
Groovy
4 lines
86 B
Groovy
stage('install') {
|
|
echo 'starting installing'
|
|
sh 'npm install --unsafe-perm'
|
|
} |