X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fintegration%2Fintegration-compare-distributions.sh;h=9dfede50fd0e4880ff448401c642e0fcd5f0bca1;hb=3f8ab2eb79efc58f71a51a92fdb8f829e703f611;hp=040b6cfa3f92715c54e6253fc05e124c05fd4d5f;hpb=a2d09ad27533deaf68155144724e667d838d092e;p=releng%2Fbuilder.git diff --git a/jjb/integration/integration-compare-distributions.sh b/jjb/integration/integration-compare-distributions.sh index 040b6cfa3..9dfede50f 100644 --- a/jjb/integration/integration-compare-distributions.sh +++ b/jjb/integration/integration-compare-distributions.sh @@ -19,6 +19,8 @@ elif [[ "$KARAF_ARTIFACT" == "netconf-karaf" ]]; then wget "http://${GERRIT_PATH}/gitweb?p=${KARAF_PROJECT}.git;a=blob_plain;f=karaf/pom.xml;hb=refs/heads/$DISTROBRANCH" -O "pom.xml" elif [[ "$KARAF_ARTIFACT" == "controller-test-karaf" ]]; then wget "http://${GERRIT_PATH}/gitweb?p=${KARAF_PROJECT}.git;a=blob_plain;f=karaf/pom.xml;hb=refs/heads/$DISTROBRANCH" -O "pom.xml" +elif [[ "$KARAF_ARTIFACT" == "bgpcep-karaf" ]]; then + wget "http://${GERRIT_PATH}/gitweb?p=${KARAF_PROJECT}.git;a=blob_plain;f=distribution-karaf/pom.xml;hb=refs/heads/$DISTROBRANCH" -O "pom.xml" else wget "http://${GERRIT_PATH}/gitweb?p=integration/distribution.git;a=blob_plain;f=pom.xml;hb=refs/heads/$DISTROBRANCH" -O "pom.xml" fi