X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb-templates%2Fintegration.yaml;h=97d1aa89e57d1048bf3393fbf9712e84d9844098;hb=155820b1ca387db3bb2ebdcb6a5fbae5f13f667c;hp=9af372c4d4b4cf65ae958949dda5ee153b1e6603;hpb=834f29fa9a3224c43300359424c35bec77e5c07c;p=releng%2Fbuilder.git diff --git a/jjb-templates/integration.yaml b/jjb-templates/integration.yaml index 9af372c4d..97d1aa89e 100644 --- a/jjb-templates/integration.yaml +++ b/jjb-templates/integration.yaml @@ -1,5 +1,5 @@ - job-template: - name: 'PROJECT-integration-{stream}' + name: 'PROJECT_SHORTNAME-integration-{stream}' disabled: DISABLED # Job template for ODL integration verify jobs @@ -9,8 +9,8 @@ # is successfully built. # # Required Variables: - # stream: branch with - in place of / (eg. stable-helium) - # branch: branch (eg. stable/helium) + # stream: release stream (eg. stable-lithium or beryllium) + # branch: git branch (eg. stable/lithium or master) project-type: maven node: dynamic_merge @@ -46,13 +46,16 @@ prebuilders: - wipe-org-opendaylight-repo - jacoco-nojava-workaround + - provide-maven-settings: + global-settings-file: '{odl-global-settings}' + settings-file: '{JENKINS_SETTINGS}' maven: maven-name: '{mvn33}' root-pom: 'POM' - goals: 'MAVEN_GOALS' + goals: 'MAVEN_GOALS -Djenkins' maven-opts: 'MAVEN_OPTS' - settings: '{PROJECT-settings}' + settings: '{JENKINS_SETTINGS}' global-settings: '{odl-global-settings}' reporters: