diff options
author | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2017-01-17 15:02:35 -0600 |
---|---|---|
committer | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2017-01-17 15:21:03 -0600 |
commit | 2513cd56ffba61a35a4f19d9004e39fe1d1a8c1f (patch) | |
tree | f3443113cb23d240c20422819c06438068cfda8b /jjb/hc2vpp | |
parent | 3948a7d20c8d60c489697fdfe565648f8bb77e4f (diff) |
Fixing the Maven deploy publisher
Moving the Maven deploy above the ship logs and removing from the
integration until I receive confirmation from the team that it's
required
Change-Id: Ib7692b8572e3b0d55a79f5180dfa2764d406ca75
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Diffstat (limited to 'jjb/hc2vpp')
-rw-r--r-- | jjb/hc2vpp/hc2vpp.yaml | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/jjb/hc2vpp/hc2vpp.yaml b/jjb/hc2vpp/hc2vpp.yaml index 504459c71..55a372150 100644 --- a/jjb/hc2vpp/hc2vpp.yaml +++ b/jjb/hc2vpp/hc2vpp.yaml @@ -209,12 +209,12 @@ branch: '{stream}' - email-notification: email-prefix: '[hc2vpp]' - - fdio-infra-shiplogs: - maven-version: 'mvn33-new' - maven-deploy: id: '' unique-version: true deploy-unstable: false + - fdio-infra-shiplogs: + maven-version: 'mvn33-new' - job-template: name: 'hc2vpp-integration-{stream}-{os}' @@ -294,13 +294,5 @@ publishers: - email-notification: email-prefix: '[hc2vpp]' - - maven-deploy: - id: '' - unique-version: true - deploy-unstable: false - fdio-infra-shiplogs: maven-version: 'mvn33-new' - - maven-deploy: - id: '' - unique-version: true - deploy-unstable: false |