X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fmdsal%2Fmdsal.yaml;h=e322b2de802832c8d5c621e00544666061b98264;hb=83bcdf3fa2b1237e82cd36adbb0a665231f0f86b;hp=5757bb7b3a82d9eb7872d21cd3eed14aa1b1a401;hpb=7365c119f2d01195da6a1877b106847be000e01a;p=releng%2Fbuilder.git diff --git a/jjb/mdsal/mdsal.yaml b/jjb/mdsal/mdsal.yaml index 5757bb7b3..e322b2de8 100644 --- a/jjb/mdsal/mdsal.yaml +++ b/jjb/mdsal/mdsal.yaml @@ -8,7 +8,7 @@ jobs: - 'mdsal-verify-{stream}' - 'mdsal-merge-{stream}' - - 'mdsal-daily-{stream}' + - 'mdsal-periodic-{stream}' - 'mdsal-distribution-{stream}' - 'mdsal-integration-{stream}' - 'mdsal-sonar' @@ -162,6 +162,7 @@ - '{ssh-credentials}' triggers: + - timed: 'H H * * 0' - gerrit-trigger-patch-merged: name: 'mdsal' branch: '{branch}' @@ -216,6 +217,8 @@ - findbugs publishers: + - archive-artifacts: + artifacts: '**/target/surefire-reports/*-output.txt, ' - email-notification: email-prefix: '[mdsal]' - maven-deploy: @@ -225,12 +228,12 @@ - jacoco-report - job-template: - name: 'mdsal-daily-{stream}' + name: 'mdsal-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) @@ -263,7 +266,7 @@ - '{ssh-credentials}' triggers: - - timed: 'H H * * 7' + - timed: '@daily' prebuilders: - wipe-org-opendaylight-repo @@ -523,6 +526,7 @@ global-settings: '{odl-global-settings}' postbuilders: + - shell: 'find . -regex ".*karaf/target" | xargs rm -rf' - check-clm: application-name: mdsal