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