no electron

This commit is contained in:
2020-09-26 14:28:11 +03:00
parent a95d65df28
commit 1f078138c9
3 changed files with 25 additions and 4 deletions

6
stats/Jenkinsfile vendored
View File

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