X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb-templates%2Fperiodic.yaml;h=f3e0a392d6ab399b046a97f8554a0e6d6fc0924a;hb=dcb41f639bc14ea0db28f09ff3a4516892ab5d72;hp=8329946ade435de177f3001abdc91117967eb707;hpb=aac6ccd088a08f902bbf4102913e8efe7bab834a;p=releng%2Fbuilder.git diff --git a/jjb-templates/periodic.yaml b/jjb-templates/periodic.yaml index 8329946ad..f3e0a392d 100644 --- a/jjb-templates/periodic.yaml +++ b/jjb-templates/periodic.yaml @@ -16,8 +16,8 @@ jdk: '{jdk}' logrotate: - daysToKeep: '{build-days-to-keep}' - numToKeep: '{build-num-to-keep}' + daysToKeep: '14' + numToKeep: '10' artifactDaysToKeep: '{build-artifact-days-to-keep}' artifactNumToKeep: '{build-artifact-num-to-keep}' @@ -27,33 +27,31 @@ scm: - git-scm: - credentials-id: '{ssh-credentials}' refspec: '' branch: '{branch}' wrappers: - - build-timeout - - ssh-agent-credentials: - users: - - '{ssh-credentials}' + - opendaylight-infra-wrappers: + build-timeout: '{build-timeout}' triggers: - timed: '@daily' prebuilders: - - wipe-org-opendaylight-repo - jacoco-nojava-workaround - provide-maven-settings: - global-settings-file: '{odl-global-settings}' - settings-file: '{JENKINS_SETTINGS}' + global-settings-file: 'odl-global-settings' + settings-file: 'JENKINS_SETTINGS' maven: maven-name: '{mvn33}' root-pom: 'POM' - goals: 'MAVEN_GOALS -Djenkins' + goals: 'MAVEN_GOALS -V -B -Djenkins' maven-opts: 'MAVEN_OPTS' - settings: '{JENKINS_SETTINGS}' - global-settings: '{odl-global-settings}' + settings: 'JENKINS_SETTINGS' + settings-type: cfp + global-settings: 'odl-global-settings' + global-settings-type: cfp reporters: - findbugs @@ -62,3 +60,5 @@ - email-notification: email-prefix: '[PROJECT_SHORTNAME]' - jacoco-report + - archive-build: + maven-version: '{mvn33}'