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