This website requires JavaScript.
Explore
Help
Register
Sign In
bro-js
/
jenkins-scripts
Watch
5
Star
0
Fork
0
You've already forked jenkins-scripts
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4e2424e2e0
jenkins-scripts
/
lint
/
eslint
/
Jenkinsfile
5 lines
98 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add lnit script
2020-12-23 22:15:59 +03:00
stage('lint') {
echo 'runing comand npm run eslint'
Обратная совместимость со скриптом lint
2020-12-23 22:17:10 +03:00
sh 'npm run eslint || npm run lint'
add lnit script
2020-12-23 22:15:59 +03:00
}
Reference in New Issue
Copy Permalink