cleanup stats script
Some checks failed
platform/bro-js/jenkins-scripts/pipeline/head There was a failure building this commit
Some checks failed
platform/bro-js/jenkins-scripts/pipeline/head There was a failure building this commit
This commit is contained in:
parent
d474d02217
commit
c7b1b2fdf3
6
stats/Jenkinsfile
vendored
6
stats/Jenkinsfile
vendored
@ -2,8 +2,8 @@ stage('stats') {
|
|||||||
echo 'checking node and npm versions'
|
echo 'checking node and npm versions'
|
||||||
sh 'node -v'
|
sh 'node -v'
|
||||||
sh 'npm -v'
|
sh 'npm -v'
|
||||||
sh 'ls -a'
|
// sh 'ls -a'
|
||||||
sh 'df -h'
|
// sh 'df -h'
|
||||||
sh 'free -m'
|
// sh 'free -m'
|
||||||
// sh 'vmstat -s'
|
// sh 'vmstat -s'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user