aboutsummaryrefslogtreecommitdiff
path: root/utils/query-jobs/README
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2012-04-25 19:05:08 +0300
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2012-04-25 19:05:08 +0300
commitd08e6644a2ada9451447927efe069d5c80c0f757 (patch)
tree531b9aca614e692deaa2b80df75151f797ae7a62 /utils/query-jobs/README
parentd3260d0bb3f29b3ccdd90d450571cf94efef26f7 (diff)
More usage examples.
Diffstat (limited to 'utils/query-jobs/README')
-rw-r--r--utils/query-jobs/README11
1 files changed, 10 insertions, 1 deletions
diff --git a/utils/query-jobs/README b/utils/query-jobs/README
index f58dc75..1fac96b 100644
--- a/utils/query-jobs/README
+++ b/utils/query-jobs/README
@@ -1,11 +1,20 @@
This is a script to query Jenkins job configs, on the level of raw XML files.
+Run ./query-jobs --help for list of optoins.
+
+
Example usage:
./query-jobs //hudson.triggers.TimerTrigger --filter
List all regularly repeating jobs.
-/query-jobs //hudson.triggers.TimerTrigger/spec --filter -v
+./query-jobs //hudson.triggers.TimerTrigger/spec --filter -v
List crontab specs for all regularly repeating jobs.
+
+./query-jobs //daysToKeep --filter-not --filter-jobname='-(release|toolchain)'
+
+ List daily (not toolchain and not release) jobs which don't have build
+ expriation configured (i.e. would use up disk space without limit).
+