diff options
Diffstat (limited to 'jjb/doctor/doctor.yml')
-rw-r--r-- | jjb/doctor/doctor.yml | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/jjb/doctor/doctor.yml b/jjb/doctor/doctor.yml index b2fba9840..309177bde 100644 --- a/jjb/doctor/doctor.yml +++ b/jjb/doctor/doctor.yml @@ -1,7 +1,3 @@ -################################################### -# All the jobs except verify have been removed! -# They will only be enabled on request by projects! -################################################### - project: name: doctor @@ -53,10 +49,9 @@ branches: - branch-compare-type: 'ANT' branch-pattern: '**/{branch}' - forbidden-file-paths: + file-paths: - compare-type: ANT - pattern: 'docs/**|.gitignore' + pattern: 'tests/**' builders: - - shell: | - echo "Nothing to verify!" + - shell: "[ -e tests/run.sh ] && ./tests/run.sh" |