diff options
author | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2017-01-18 10:48:25 -0600 |
---|---|---|
committer | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2017-01-18 10:48:25 -0600 |
commit | 34a52573dcaa90bcc67591df7491585a101cf21a (patch) | |
tree | 864a5e0ea6b4f2be979f0ccd4f943597ebe3da4c /jjb | |
parent | d3b55f3e44aa273c7391fe6ae5f2e414e09b0779 (diff) |
Adding Maven deploy to integration jobs
The team wants hc2vpp-integration to deploy hc2vpp artifacts because
hc2vpp artifacts depend on jars published by vpp-merge
Change-Id: Ifd5212a004f262040aaa6b1c515adffee099b8af
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/hc2vpp/hc2vpp.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/jjb/hc2vpp/hc2vpp.yaml b/jjb/hc2vpp/hc2vpp.yaml index 55a372150..a05117d3c 100644 --- a/jjb/hc2vpp/hc2vpp.yaml +++ b/jjb/hc2vpp/hc2vpp.yaml @@ -294,5 +294,9 @@ publishers: - email-notification: email-prefix: '[hc2vpp]' + - maven-deploy: + id: '' + unique-version: true + deploy-unstable: false - fdio-infra-shiplogs: maven-version: 'mvn33-new' |