X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fcoretutorials%2Fcoretutorials.yaml;h=e2483ade4c8f2ae8861a29747f74ac6267e08598;hb=72f3811018dca9922b92d4f710e99a3d6fc7a668;hp=3c3e072283d9ab0a8732cd870165c9fd77669c89;hpb=f1c447d2e43c59a2587e83d288b1d35741b16a2f;p=releng%2Fbuilder.git diff --git a/jjb/coretutorials/coretutorials.yaml b/jjb/coretutorials/coretutorials.yaml index 3c3e07228..e2483ade4 100644 --- a/jjb/coretutorials/coretutorials.yaml +++ b/jjb/coretutorials/coretutorials.yaml @@ -8,7 +8,7 @@ jobs: - 'coretutorials-verify-{stream}' - 'coretutorials-merge-{stream}' - - 'coretutorials-daily-{stream}' + - 'coretutorials-periodic-{stream}' - 'coretutorials-distribution-{stream}' - 'coretutorials-integration-{stream}' - 'coretutorials-sonar' @@ -160,6 +160,7 @@ - '{ssh-credentials}' triggers: + - timed: 'H H * * 0' - gerrit-trigger-patch-merged: name: 'coretutorials' branch: '{branch}' @@ -214,6 +215,8 @@ - findbugs publishers: + - archive-artifacts: + artifacts: '**/target/surefire-reports/*-output.txt, ' - email-notification: email-prefix: '[coretutorials]' - maven-deploy: @@ -223,12 +226,12 @@ - jacoco-report - job-template: - name: 'coretutorials-daily-{stream}' + name: 'coretutorials-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) @@ -261,7 +264,7 @@ - '{ssh-credentials}' triggers: - - timed: 'H H * * 7' + - timed: '@daily' prebuilders: - wipe-org-opendaylight-repo @@ -515,12 +518,13 @@ maven: maven-name: '{mvn33}' root-pom: 'pom.xml' - goals: 'clean install -Djenkins -DskipTests=true -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r' + goals: 'clean install com.sonatype.clm:clm-maven-plugin:index -Djenkins -DskipTests=true -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r' maven-opts: '-Xmx4096m -XX:MaxPermSize=512m' settings: '{coretutorials-settings}' global-settings: '{odl-global-settings}' postbuilders: + - shell: 'find . -regex ".*karaf/target" | xargs rm -rf' - check-clm: application-name: coretutorials