2 name: 'PROJECT_SHORTNAME-periodic-{stream}'
5 # Job template for periodic builders
7 # The purpose of this job template is to setup a periodic
11 # stream: release stream (eg. stable-lithium or beryllium)
12 # branch: git branch (eg. stable/lithium or master)
19 daysToKeep: '{build-days-to-keep}'
20 numToKeep: '{build-num-to-keep}'
21 artifactDaysToKeep: '{build-artifact-days-to-keep}'
22 artifactNumToKeep: '{build-artifact-num-to-keep}'
30 credentials-id: '{ssh-credentials}'
36 - ssh-agent-credentials:
44 - wipe-org-opendaylight-repo
45 - jacoco-nojava-workaround
46 - provide-maven-settings:
47 global-settings-file: '{odl-global-settings}'
48 settings-file: '{JENKINS_SETTINGS}'
53 goals: 'MAVEN_GOALS -Djenkins'
54 maven-opts: 'MAVEN_OPTS'
55 settings: '{JENKINS_SETTINGS}'
56 global-settings: '{odl-global-settings}'
63 email-prefix: '[PROJECT_SHORTNAME]'