Merge "yaml file for bundle-based-reconciliaion script"
[releng/builder.git] / jjb / integration / integration-set-variables.sh
index 90210ebb3527653bd68da5b3566a09f8d1d020ae..93cd0eb99537f42d0dc0843d20915cb8b354d765 100644 (file)
@@ -1,5 +1,7 @@
 
-if [[ "$KARAF_VERSION" == "karaf3" ]]; then
+if [[ "$KARAF_VERSION" == "odl" ]]; then
+    KARAF_ARTIFACT="opendaylight"
+elif [[ "$KARAF_VERSION" == "karaf3" ]]; then
     KARAF_ARTIFACT="distribution-karaf"
 else
     KARAF_ARTIFACT="karaf"