Skip to content

Commit

Permalink
Requested Changes and Minor Fixes
Browse files Browse the repository at this point in the history
- Added new line at the end of file
- Fixed formatting in README
  • Loading branch information
VermaSh committed Mar 27, 2018
1 parent 397c2a7 commit 4f9a698
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Jenkins_jobs/WorkspaceInfo.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ node {
script: '#!/bin/sh -e\n du -sg ' + workspaceDirectory + '/* | sort -n',
returnStdout: true).trim()

println beautify(machineName,workspaceDirectory, workspaceStats,subdirectories)
println beautify(machineName + 'in Gb',workspaceDirectory, workspaceStats,subdirectories)

cleanWs()
}
Expand Down Expand Up @@ -154,4 +154,4 @@ def beautify(machineName, workspaceDirectory, workspaceStats, subdirectories) {
output += "\n=======================================================================\n\n";
}

parallel clones
parallel clones
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The NodeHelper API contains helper functions to query basic machine stats in rea

### Space Monitoring (WorkspaceInfo.groovy)
Iterates over online nodes on Jenkins and prints the contents of the workspace directory along with the space they occupy
* The computers it iterates over can be limited by parameter input ```projectLabel```
* The computers it iterates over can be limited by input parameter, ```projectLabel```
* As of now, it only works for linux, aix, and mac

## How-to
Expand Down

0 comments on commit 4f9a698

Please sign in to comment.