~milo/linaro-android-build-tools/bug1012645

« back to all changes in this revision

Viewing changes to utils/query-jobs/README

  • Committer: Paul Sokolovsky
  • Date: 2012-05-22 12:50:57 UTC
  • Revision ID: paul.sokolovsky@linaro.org-20120522125057-v9ed8edoge4i3aoo
Add support boolean XPath queries.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
    List all regularly repeating jobs.
11
11
 
 
12
./query-jobs "disabled='false' and //hudson.triggers.TimerTrigger" --filter
 
13
 
 
14
    List all regularly repeating jobs, taking into account that some of them may be
 
15
    disabled.
 
16
 
12
17
./query-jobs //hudson.triggers.TimerTrigger/spec --filter -v
13
18
 
14
19
    List crontab specs for all regularly repeating jobs.