jenkins-scripts/install/Jenkinsfile
2020-03-03 09:20:32 +03:00

4 lines
72 B
Groovy

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