diff options
author | Ed Warnicke <eaw@cisco.com> | 2016-09-07 21:22:09 -0700 |
---|---|---|
committer | Ed Warnicke <eaw@cisco.com> | 2016-09-07 21:31:52 -0700 |
commit | ec7736da7634f378487c7bfcd3c9e8c557796fab (patch) | |
tree | e214b28f5f7cbdee8bce534d8c4f3f9000cc58c5 | |
parent | b74ab79911ce487d68d7370e5b52f475a1633539 (diff) |
Publish nsh_sfc jar files to mvn.
Change-Id: I84ee1db07633b45687ffe280e649b6ff407cfe31
Signed-off-by: Ed Warnicke <eaw@cisco.com>
-rw-r--r-- | jjb/nsh_sfc/include-raw-nsh_sfc-pkg-push.sh | 8 | ||||
-rw-r--r-- | jjb/nsh_sfc/nsh_sfc.yaml | 2 |
2 files changed, 10 insertions, 0 deletions
diff --git a/jjb/nsh_sfc/include-raw-nsh_sfc-pkg-push.sh b/jjb/nsh_sfc/include-raw-nsh_sfc-pkg-push.sh new file mode 100644 index 000000000..d456c23ef --- /dev/null +++ b/jjb/nsh_sfc/include-raw-nsh_sfc-pkg-push.sh @@ -0,0 +1,8 @@ +#!/bin/bash +# basic build script example +set -e -o pipefail + +cd nsh-plugin/build/java/jvpp +$MVN org.apache.maven.plugins:maven-deploy-plugin:deploy \ + -gs $GLOBAL_SETTINGS_FILE -s $SETTINGS_FILE +cd - diff --git a/jjb/nsh_sfc/nsh_sfc.yaml b/jjb/nsh_sfc/nsh_sfc.yaml index ee11c12c6..67c03aa95 100644 --- a/jjb/nsh_sfc/nsh_sfc.yaml +++ b/jjb/nsh_sfc/nsh_sfc.yaml @@ -214,3 +214,5 @@ - ../scripts/setup_vpp_plugin_dev_env.sh - include-raw-nsh_sfc-build.sh - ../scripts/cleanup_vpp_plugin_dev_env.sh + - ../scripts/maven_push_functions.sh + - include-raw-nsh_sfc-pkg-push.sh |