jenkins-scripts/lint/eslint/Jenkinsfile

5 lines
82 B
Groovy

stage('lint') {
echo 'runing comand npm run eslint'
sh 'npm run eslint'
}