summaryrefslogtreecommitdiffstats
path: root/jjb/vpp/vpp.yaml
diff options
context:
space:
mode:
authorC.J. Collier <cjcollier@linuxfoundation.org>2016-08-17 10:09:19 -0700
committerC.J. Collier <cjcollier@linuxfoundation.org>2016-09-19 11:42:01 -0700
commit7ae79a93d3fb099118950a21881fd790bc7493ec (patch)
tree543a49298953f7a0721b20f16ff1a2550782f125 /jjb/vpp/vpp.yaml
parentfbb1cb04db792dfc0766076f990c9b18ed8ae133 (diff)
Source common functions from jjb
Now using !include-raw-escape to include maven push functions for vpp as done with honeycomb Change-Id: Iae34c2db057203c5ac0d5a0c8336e87725bbd394 Signed-off-by: C.J. Collier <cjcollier@linuxfoundation.org>
Diffstat (limited to 'jjb/vpp/vpp.yaml')
-rw-r--r--jjb/vpp/vpp.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml
index 7439634db..109ce6024 100644
--- a/jjb/vpp/vpp.yaml
+++ b/jjb/vpp/vpp.yaml
@@ -218,7 +218,9 @@
settings-file: 'vpp-settings'
global-settings-file: 'global-settings'
- shell:
- !include-raw-escape: include-raw-vpp-maven-push.sh
+ !include-raw-escape:
+ - ../scripts/maven_push_functions.sh
+ - include-raw-vpp-maven-push.sh
publishers:
- archive:
artifacts: 'build-root/*.rpm,build-root/*.deb'