X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Flacp%2Flacp.yaml;h=9d8dd55e934e55d9c2854dce6ea213209b376156;hb=72f3811018dca9922b92d4f710e99a3d6fc7a668;hp=896143cbfd5aa40f2d1744d244cef9f172512db8;hpb=527f377ce7cd0566eb8f90e0ffddbbecacb8b690;p=releng%2Fbuilder.git diff --git a/jjb/lacp/lacp.yaml b/jjb/lacp/lacp.yaml index 896143cbf..9d8dd55e9 100644 --- a/jjb/lacp/lacp.yaml +++ b/jjb/lacp/lacp.yaml @@ -8,7 +8,7 @@ jobs: - 'lacp-verify-{stream}' - 'lacp-merge-{stream}' - - 'lacp-daily-{stream}' + - 'lacp-periodic-{stream}' - 'lacp-distribution-{stream}' - 'lacp-integration-{stream}' - 'lacp-sonar' @@ -168,6 +168,7 @@ - '{ssh-credentials}' triggers: + - timed: 'H H * * 0' - gerrit-trigger-patch-merged: name: 'lacp' branch: '{branch}' @@ -222,6 +223,8 @@ - findbugs publishers: + - archive-artifacts: + artifacts: '**/target/surefire-reports/*-output.txt, ' - email-notification: email-prefix: '[lacp]' - maven-deploy: @@ -231,12 +234,12 @@ - jacoco-report - job-template: - name: 'lacp-daily-{stream}' + name: 'lacp-periodic-{stream}' - # Job template for daily builders + # Job template for periodic builders # - # The purpose of this job template is to setup a daily/nightly - # builder and pushes to Sonar analysis. + # The purpose of this job template is to setup a periodic + # builder. # # Required Variables: # stream: release stream (eg. stable-lithium or beryllium) @@ -269,7 +272,7 @@ - '{ssh-credentials}' triggers: - - timed: 'H H * * 7' + - timed: '@daily' prebuilders: - wipe-org-opendaylight-repo @@ -529,6 +532,7 @@ global-settings: '{odl-global-settings}' postbuilders: + - shell: 'find . -regex ".*karaf/target" | xargs rm -rf' - check-clm: application-name: lacp