init
This commit is contained in:
10
stats/Jenkinsfile
vendored
Normal file
10
stats/Jenkinsfile
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
stage('stats') {
|
||||
steps {
|
||||
sh 'node -v'
|
||||
sh 'npm -v'
|
||||
sh 'ls -a'
|
||||
sh 'df -h'
|
||||
sh 'free -m'
|
||||
sh 'vmstat -s'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user