X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fdoctor%2Fdoctor.yml;h=39c20dc54d0fb842cfb7b72e6073a237404c9fcd;hb=028e341af67821f01322c92bcd50885e326f1fd8;hp=9bcf20b3c840d184da18a4e5047b59093d550ba6;hpb=0b92f7db5de7166314344a5b7669f9bad2562a54;p=releng.git diff --git a/jjb/doctor/doctor.yml b/jjb/doctor/doctor.yml index 9bcf20b3c..39c20dc54 100644 --- a/jjb/doctor/doctor.yml +++ b/jjb/doctor/doctor.yml @@ -2,7 +2,7 @@ name: doctor jobs: - 'doctor-test' - - 'doctor-daily-master' + - 'doctor-daily-{stream}' - 'doctor-merge' - 'doctor-verify' @@ -18,6 +18,8 @@ - job-template: name: doctor-test + node: master + project-type: freestyle logrotate: @@ -31,7 +33,9 @@ echo "Hello world from doctor" - job-template: - name: 'doctor-daily-master' + name: 'doctor-daily-{stream}' + + node: master # Job template for daily builders # @@ -51,6 +55,10 @@ parameters: - project-parameter: project: '{project}' + - string: + name: GIT_BASE + default: 'https://gerrit.opnfv.org/gerrit/{project}' + description: "Used for overriding the GIT URL coming from Global Jenkins configuration in case if the stuff is done on none-LF HW." scm: - git-scm: @@ -69,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 @@ -80,6 +86,8 @@ - job-template: name: 'doctor-verify' + node: master + project-type: freestyle logrotate: @@ -93,6 +101,10 @@ project: '{project}' - gerrit-parameter: branch: 'master' + - string: + name: GIT_BASE + default: 'https://gerrit.opnfv.org/gerrit/{project}' + description: "Used for overriding the GIT URL coming from Global Jenkins configuration in case if the stuff is done on none-LF HW." scm: - gerrit-trigger-scm: credentials-id: '{ssh-credentials}' @@ -123,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 @@ -148,6 +160,10 @@ project: '{project}' - gerrit-parameter: branch: 'master' + - string: + name: GIT_BASE + default: 'https://gerrit.opnfv.org/gerrit/{project}' + description: "Used for overriding the GIT URL coming from Global Jenkins configuration in case if the stuff is done on none-LF HW." scm: - gerrit-trigger-scm: @@ -173,10 +189,8 @@ branch-pattern: '**/master' builders: - - shell: | - pwd - find . - echo "merge logic goes here" + - shell: + !include-raw docu-build.sh