diff options
Diffstat (limited to 'jjb/doctor/doctor.yml')
-rw-r--r-- | jjb/doctor/doctor.yml | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/jjb/doctor/doctor.yml b/jjb/doctor/doctor.yml index 54070aa32..39c20dc54 100644 --- a/jjb/doctor/doctor.yml +++ b/jjb/doctor/doctor.yml @@ -18,6 +18,8 @@ - job-template: name: doctor-test + node: master + project-type: freestyle logrotate: @@ -33,6 +35,8 @@ - job-template: name: 'doctor-daily-{stream}' + node: master + # Job template for daily builders # # Required Variables: @@ -73,10 +77,8 @@ - test-macro builders: - - shell: | - pwd - find . - echo "Hello world from doctor {somevar} daily" + - shell: + !include-raw docu-build.sh postbuilders: - test-macro @@ -84,6 +86,8 @@ - job-template: name: 'doctor-verify' + node: master + project-type: freestyle logrotate: @@ -131,14 +135,14 @@ branch-pattern: '**/master' builders: - - shell: | - pwd - find . - echo "verify logic goes here" + - shell: + !include-raw docu-verify.sh - job-template: name: 'doctor-merge' + node: master + # builder-merge job to run JJB update # # This job's purpose is to update all the JJB @@ -185,10 +189,8 @@ branch-pattern: '**/master' builders: - - shell: | - pwd - find . - echo "merge logic goes here" + - shell: + !include-raw docu-build.sh |