X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb-templates%2Fdistribution-check.yaml;h=9b344c99974cbf300162db01049b57d13fc5754c;hb=257c6458c6bc5c354d90bc9d0551cbf2fa77b020;hp=d005eec9f13bbf3ee9977f7711f8cde9b402f3e5;hpb=50d93b109dc57822d6744c059101b2bf28a00dc4;p=releng%2Fbuilder.git diff --git a/jjb-templates/distribution-check.yaml b/jjb-templates/distribution-check.yaml index d005eec9f..9b344c999 100644 --- a/jjb-templates/distribution-check.yaml +++ b/jjb-templates/distribution-check.yaml @@ -9,6 +9,7 @@ project-type: maven node: dynamic_verify + concurrent: true jdk: '{jdk}' logrotate: @@ -60,15 +61,12 @@ - branch-compare-type: 'ANT' branch-pattern: '**/{branch}' skip-vote: - successful: true - failed: true - unstable: true - notbuilt: true + successful: false + failed: false + unstable: false + notbuilt: false prebuilders: - - integration-get-bundle-url - - inject: - properties-file: 'bundle.txt' - wipe-org-opendaylight-repo - maven-target: maven-version: '{mvn33}' @@ -90,12 +88,12 @@ post-step-run-condition: 'SUCCESS' postbuilders: - - trigger-builds: - - project: 'integration-distribution-deploy-{stream}' - block: true - predefined-parameters: - BUNDLEURL=$BUNDLEURL + - integration-distribution-check publishers: + - archive: + artifacts: 'karaf.log' + - archive: + artifacts: 'karaf_console.log' - email-notification: email-prefix: '[PROJECT_SHORTNAME]'