X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb-templates%2Fperiodic.yaml;h=d8a6a0919e59bff2f56fa3693d2ce0501df69d58;hb=refs%2Fchanges%2F21%2F41421%2F1;hp=7e55fbee7ed564f7c9f524d18f6bea6b23a6bb00;hpb=a1ee1a1a44975646f8dc08c419eca81f8ffdff56;p=releng%2Fbuilder.git diff --git a/jjb-templates/periodic.yaml b/jjb-templates/periodic.yaml index 7e55fbee7..d8a6a0919 100644 --- a/jjb-templates/periodic.yaml +++ b/jjb-templates/periodic.yaml @@ -32,28 +32,27 @@ 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 +61,5 @@ - email-notification: email-prefix: '[PROJECT_SHORTNAME]' - jacoco-report + - archive-build: + maven-version: '{mvn33}'