~linaro-automation/linaro-android-build-tools/trunk

« back to all changes in this revision

Viewing changes to utils/diskspace/expire-builds.groovy

  • Committer: Paul Sokolovsky
  • Date: 2013-11-25 22:48:40 UTC
  • Revision ID: paul.sokolovsky@linaro.org-20131125224840-xatj0op9uexpzlqw
android-build jenkins switched to port 8080 for consistency with other hosts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
// Run by going to https://android-build.linaro.org/jenkins/script
6
6
// Or using:
7
 
// java -jar jenkins-cli.jar -s http://localhost:9090/jenkins/ -i <Jenkins API SSK key> groovy expire.groovy
 
7
// java -jar jenkins-cli.jar -s http://localhost:8080/jenkins/ -i <Jenkins API SSK key> groovy expire.groovy
8
8
// This script is expected to run via cron
9
9
 
10
10
for (job in hudson.model.Hudson.instance.items) {