scripts
This commit is contained in:
9
stats/Jenkinsfile
vendored
9
stats/Jenkinsfile
vendored
@@ -1,8 +1,9 @@
|
||||
stage('stats') {
|
||||
echo 'checking node and npm versions'
|
||||
sh 'node -v'
|
||||
sh 'npm -v'
|
||||
sh 'ls -a'
|
||||
sh 'df -h'
|
||||
sh 'free -m'
|
||||
sh 'vmstat -s'
|
||||
// sh 'ls -a'
|
||||
// sh 'df -h'
|
||||
// sh 'free -m'
|
||||
// sh 'vmstat -s'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user