jenkins-scripts/install/unsafe/Jenkinsfile

4 lines
86 B
Plaintext
Raw Normal View History

2020-04-25 18:15:35 +03:00
stage('install') {
echo 'starting installing'
sh 'npm install --unsafe-perm'
}