Disable distribution-check job in Lithium and Helium streams
[releng/builder.git] / jjb / openflowplugin / openflowplugin.cfg
index 1fc78639aa6c023b15b40fcb13d20bb7094bbc63..7de5428b3d420200a37daa772b7f93df725c3458 100644 (file)
@@ -1,3 +1,21 @@
-MVN_GOALS: -Dmaven.repo.local=$WORKSPACE/.m2repo -Dorg.ops4j.pax.url.mvn.localRepository=$WORKSPACE/.m2repo clean install javadoc:aggregate
+STREAMS:
+- boron:
+    branch: master
+    jdks: openjdk8
+    autorelease: true
+- beryllium:
+    branch: stable/beryllium
+    jdks: openjdk7,openjdk8
+    autorelease: true
+- stable-lithium:
+    branch: stable/lithium
+    jdks: openjdk7,openjdk8
+    distribution-check: false
+- stable-helium:
+    branch: stable/helium
+    jdks: openjdk7
+    distribution-check: false
+MVN_GOALS: -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r clean install javadoc:aggregate
 #MVN_OPTS: -Xmx1024m -XX:MaxPermSize=256m
 DEPENDENCIES: yangtools,controller,openflowjava
+ARCHIVE_ARTIFACTS: model/*/target/site/**