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