4 lines
75 B
Groovy
4 lines
75 B
Groovy
stage('install') {
|
|
echo 'starting installing'
|
|
sh 'npm install -d'
|
|
} |