update
This commit is contained in:
14
stats/Jenkinsfile
vendored
14
stats/Jenkinsfile
vendored
@@ -1,10 +1,8 @@
|
||||
stage('stats') {
|
||||
steps {
|
||||
sh 'node -v'
|
||||
sh 'npm -v'
|
||||
sh 'ls -a'
|
||||
sh 'df -h'
|
||||
sh 'free -m'
|
||||
sh 'vmstat -s'
|
||||
}
|
||||
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