X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fyang-push%2Fyang-push.yaml;h=5be55b4a180cbfde7d2538bdc2d4b7f755a5e09a;hb=4934e4b08bc0892b6a0447709f640b204eaec48c;hp=afbef7aaf7be29f35d921128023f5a0d11ecd737;hpb=711059a42858d5a6bed3cd0355f0c2e6ade1d2da;p=releng%2Fbuilder.git diff --git a/jjb/yang-push/yang-push.yaml b/jjb/yang-push/yang-push.yaml index afbef7aaf..5be55b4a1 100644 --- a/jjb/yang-push/yang-push.yaml +++ b/jjb/yang-push/yang-push.yaml @@ -116,6 +116,8 @@ global-settings: '{odl-global-settings}' publishers: + - archive-artifacts: + artifacts: '**/target/surefire-reports/*-output.txt, ' - findbugs - email-notification: email-prefix: '[yang-push]' @@ -410,6 +412,10 @@ - draft-published-event - comment-added-contains-event: comment-contains-value: 'test-distribution' + - comment-added-contains-event: + comment-contains-value: 'reverify' + - comment-added-contains-event: + comment-contains-value: 'recheck' projects: - project-compare-type: 'ANT' project-pattern: '{name}' @@ -553,7 +559,7 @@ - '{ssh-credentials}' triggers: - - timed: '@weekly' + - timed: 'H H * * 6' - gerrit-trigger-patch-sonar: name: 'yang-push' @@ -614,7 +620,7 @@ - '{ssh-credentials}' triggers: - - timed: '@weekly' + - timed: 'H H * * 6' prebuilders: - wipe-org-opendaylight-repo @@ -668,11 +674,12 @@ scm: - git: - url: 'https://git.opendaylight.org/gerrit/releng/autorelease' + url: '$GIT_BASE' refspec: '' branches: - 'origin/{branch}' skip-tag: true + shallow-clone: true submodule: recursive: true @@ -703,12 +710,14 @@ branches: - branch-compare-type: 'ANT' branch-pattern: '**/{branch}' + file-paths: + - compare-type: ANT + pattern: '**/*.xml' prebuilders: - wipe-org-opendaylight-repo - jacoco-nojava-workaround - autorelease-checkout-gerrit-patch - - autorelease-generate-taglist - autorelease-generate-release-patches - maven-target: maven-version: '{mvn33}' @@ -730,12 +739,9 @@ post-step-run-condition: UNSTABLE postbuilders: - - shell: "./scripts/list-project-dependencies.sh" - autorelease-sys-stats publishers: - - archive-artifacts: - artifacts: '*.log' - email-notification: email-prefix: '[autorelease] [yang-push]'