X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb-templates%2Fintegration.yaml;h=9af372c4d4b4cf65ae958949dda5ee153b1e6603;hb=c9f6bddf05832170264b79288a3e91451e025d9e;hp=cbe6e7422cf03a89afdc0683a027ef8cb0e5ea61;hpb=bd634d3f17cb18e4d087f279ca0d6d98fd4e4f40;p=releng%2Fbuilder.git diff --git a/jjb-templates/integration.yaml b/jjb-templates/integration.yaml index cbe6e7422..9af372c4d 100644 --- a/jjb-templates/integration.yaml +++ b/jjb-templates/integration.yaml @@ -2,10 +2,11 @@ name: 'PROJECT-integration-{stream}' disabled: DISABLED - # Job template for ODL merge jobs + # Job template for ODL integration verify jobs # - # The purpose of this job template is to setup a ODL merge job - # and deploy artifacts to Nexus. + # This is similar to a normal verify job, but it runs + # when a project that's a dependency of your project + # is successfully built. # # Required Variables: # stream: branch with - in place of / (eg. stable-helium) @@ -44,18 +45,16 @@ prebuilders: - wipe-org-opendaylight-repo + - jacoco-nojava-workaround maven: - maven-name: '{mvn32}' + maven-name: '{mvn33}' root-pom: 'POM' - goals: 'MAVEN_GOALS source:jar javadoc:jar' + goals: 'MAVEN_GOALS' maven-opts: 'MAVEN_OPTS' settings: '{PROJECT-settings}' global-settings: '{odl-global-settings}' - postbuilders: - - jacoco-nojava-workaround - reporters: - findbugs