X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Ftoolkit%2Ftoolkit.yaml;h=fc084a7db2f75a3157361606fb6dc473cf71ce5a;hb=0b92ce5138f7d6956f37dc58bb07e2e7894d0ca9;hp=3b43abffe228f612081ea33ada6f668d89c7fc00;hpb=970debd523b28420ba0a7d9b396cf2489fc079ce;p=releng%2Fbuilder.git diff --git a/jjb/toolkit/toolkit.yaml b/jjb/toolkit/toolkit.yaml index 3b43abffe..fc084a7db 100644 --- a/jjb/toolkit/toolkit.yaml +++ b/jjb/toolkit/toolkit.yaml @@ -364,6 +364,7 @@ project-type: maven node: dynamic_verify + concurrent: true jdk: '{jdk}' logrotate: @@ -415,15 +416,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}' @@ -445,13 +443,13 @@ 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: '[toolkit]'