jenkins-scripts/stats/Jenkinsfile
Primakov Alexandr Alexandrovich c7b1b2fdf3
Some checks failed
platform/bro-js/jenkins-scripts/pipeline/head There was a failure building this commit
cleanup stats script
2024-09-07 20:58:42 +03:00

10 lines
172 B
Groovy

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'
}