jenkins-scripts/install/details/Jenkinsfile

4 lines
75 B
Groovy

stage('install') {
echo 'starting installing'
sh 'npm install -d'
}