This website requires JavaScript.
Explore
Help
Register
Sign In
inno-js
/
jenkins-scripts
Watch
2
Star
0
Fork
0
You've already forked jenkins-scripts
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1f078138c9
jenkins-scripts
/
tests
/
unit
/
Jenkinsfile
4 lines
72 B
Plaintext
Raw
Normal View
History
Unescape
Escape
init
2020-03-02 22:35:26 +03:00
stage('unit tests') {
update
2020-03-02 22:47:41 +03:00
echo 'runing tests...'
sh 'npm run test'
init
2020-03-02 22:35:26 +03:00
}
Reference in New Issue
Copy Permalink