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
c798773d79
jenkins-scripts
/
stats
/
Jenkinsfile
9 lines
118 B
Plaintext
Raw
Normal View
History
Unescape
Escape
init
2020-03-02 22:35:26 +03:00
stage('stats') {
update
2020-03-02 22:47:41 +03:00
sh 'node -v'
sh 'npm -v'
sh 'ls -a'
sh 'df -h'
sh 'free -m'
sh 'vmstat -s'
init
2020-03-02 22:35:26 +03:00
}
Reference in New Issue
Copy Permalink