X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fl2switch%2Fl2switch.cfg;h=b2d0d427e7b6d65e48d5a13a76c71585508d02e8;hb=4eaf12a24ba7d1801b080d244522e35f4fd33e97;hp=f2951ff42ce7c98151bae3a6b82f45795b096e7b;hpb=611b75a2e3aa5e4a6bfe2319c4cd3532a7a562c7;p=releng%2Fbuilder.git diff --git a/jjb/l2switch/l2switch.cfg b/jjb/l2switch/l2switch.cfg index f2951ff42..b2d0d427e 100644 --- a/jjb/l2switch/l2switch.cfg +++ b/jjb/l2switch/l2switch.cfg @@ -1,3 +1,18 @@ -MVN_GOALS: -Dmaven.repo.local=$WORKSPACE/.m2repo -Dorg.ops4j.pax.url.mvn.localRepository=$WORKSPACE/.m2repo clean install +STREAMS: +- pre-boron: + branch: pre-boron + jdks: openjdk7,openjdk8 +- beryllium: + branch: master + jdks: openjdk7,openjdk8 + autorelease: true +- stable-lithium: + branch: stable/lithium + jdks: openjdk7 +- stable-helium: + branch: stable/helium + jdks: openjdk7 +MVN_GOALS: -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r clean install MVN_OPTS: -Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true DEPENDENCIES: yangtools,controller,openflowjava,openflowplugin +JDKS: openjdk7,openjdk8