From c7b1b2fdf3b359207a04c11a18729c139f288c34 Mon Sep 17 00:00:00 2001 From: Primakov Alexandr Alexandrovich Date: Sat, 7 Sep 2024 20:58:42 +0300 Subject: [PATCH] cleanup stats script --- stats/Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stats/Jenkinsfile b/stats/Jenkinsfile index 6f1ea66..890d8d9 100644 --- a/stats/Jenkinsfile +++ b/stats/Jenkinsfile @@ -2,8 +2,8 @@ stage('stats') { echo 'checking node and npm versions' sh 'node -v' sh 'npm -v' - sh 'ls -a' - sh 'df -h' - sh 'free -m' + // sh 'ls -a' + // sh 'df -h' + // sh 'free -m' // sh 'vmstat -s' }