X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fcoretutorials%2Fcoretutorials.yaml;h=87db50acdcdd6d15860830d774a0f59990b09065;hb=07f6750954eaece3cc2168c9a95676b2e8dce526;hp=ac16a3a4ce1bedb55f830c5c6db711d730ce812a;hpb=b633ecc9023d0d866fc4194af90e51720d9cd6c8;p=releng%2Fbuilder.git diff --git a/jjb/coretutorials/coretutorials.yaml b/jjb/coretutorials/coretutorials.yaml index ac16a3a4c..87db50acd 100644 --- a/jjb/coretutorials/coretutorials.yaml +++ b/jjb/coretutorials/coretutorials.yaml @@ -15,10 +15,10 @@ - 'coretutorials-clm-{stream}' - # 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) stream: - - master: + - beryllium: branch: 'master' jdk: openjdk7 jdks: @@ -44,8 +44,8 @@ # The purpose of this job template is to setup a ODL verify job # # 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: matrix node: matrix_master @@ -92,6 +92,7 @@ builders: - wipe-org-opendaylight-repo + - jacoco-nojava-workaround - maven-target: maven-version: '{mvn33}' pom: 'pom.xml' @@ -100,7 +101,6 @@ - '-Xmx1024m -XX:MaxPermSize=256m' settings: '{coretutorials-settings}' global-settings: '{odl-global-settings}' - - jacoco-nojava-workaround publishers: - findbugs @@ -117,8 +117,8 @@ # and deploy artifacts to Nexus. # # 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 @@ -153,6 +153,7 @@ prebuilders: - wipe-org-opendaylight-repo + - jacoco-nojava-workaround maven: maven-name: '{mvn33}' @@ -162,9 +163,6 @@ settings: '{coretutorials-settings}' global-settings: '{odl-global-settings}' - postbuilders: - - jacoco-nojava-workaround - reporters: - findbugs @@ -186,8 +184,8 @@ # builder and pushes to Sonar analysis. # # 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_verify @@ -220,6 +218,7 @@ prebuilders: - wipe-org-opendaylight-repo + - jacoco-nojava-workaround maven: maven-name: '{mvn33}' @@ -229,9 +228,6 @@ settings: '{coretutorials-settings}' global-settings: '{odl-global-settings}' - postbuilders: - - jacoco-nojava-workaround - reporters: - findbugs @@ -243,6 +239,10 @@ - job-template: name: 'coretutorials-distribution-{stream}' + # Required variables: + # stream: release stream (eg. stable-lithium or beryllium) + # branch: git branch (eg. stable/lithium or master) + project-type: maven node: dynamic_merge jdk: '{jdk}' @@ -304,8 +304,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 @@ -340,6 +340,7 @@ prebuilders: - wipe-org-opendaylight-repo + - jacoco-nojava-workaround maven: maven-name: '{mvn33}' @@ -349,9 +350,6 @@ settings: '{coretutorials-settings}' global-settings: '{odl-global-settings}' - postbuilders: - - jacoco-nojava-workaround - reporters: - findbugs @@ -391,6 +389,12 @@ triggers: - timed: 'H H * * *' + - gerrit-trigger-patch-sonar: + name: 'coretutorials' + + prebuilders: + - wipe-org-opendaylight-repo + - jacoco-nojava-workaround maven: maven-name: '{mvn33}' @@ -400,9 +404,6 @@ settings: '{coretutorials-settings}' global-settings: '{odl-global-settings}' - postbuilders: - - jacoco-nojava-workaround - reporters: - findbugs