summaryrefslogtreecommitdiffstats
path: root/jjb/hc2vpp/hc2vpp.yaml
diff options
context:
space:
mode:
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2017-04-10 17:54:42 +0000
committerGerrit Code Review <gerrit@fd.io>2017-04-10 17:54:42 +0000
commit5991db912d1602e25c6b10ae5d799da879aea69d (patch)
treeccce7318477aa37e951d55a4569475724e86a176 /jjb/hc2vpp/hc2vpp.yaml
parent42fd491c2cbf8160a4d3561043b53c0d4a75afdf (diff)
parent63a83ad19f009a93e7e705ed4afd1b233c495fa1 (diff)
Merge "HC2VPP-122 Use single VPP version dependency in published hc2vpp packages"
Diffstat (limited to 'jjb/hc2vpp/hc2vpp.yaml')
-rw-r--r--jjb/hc2vpp/hc2vpp.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/jjb/hc2vpp/hc2vpp.yaml b/jjb/hc2vpp/hc2vpp.yaml
index 708ff1221..3ca2a8a11 100644
--- a/jjb/hc2vpp/hc2vpp.yaml
+++ b/jjb/hc2vpp/hc2vpp.yaml
@@ -261,7 +261,8 @@
prebuilders:
- shell: |
if [ "${{OS}}" == "ubuntu1404" ];then sudo update-java-alternatives -s /usr/lib/jvm/java-1.8.0-openjdk-amd64||echo 'ignoring failure';fi
-
+ - shell:
+ !include-raw-escape: include-raw-hc2vpp-integration-prebuild.sh
maven:
maven-name: 'mvn33-new'
root-pom: 'pom.xml'