summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKiran Kamineni <kiran.k.kamineni@intel.com>2018-05-22 12:19:50 -0700
committerKiran Kamineni <kiran.k.kamineni@intel.com>2018-05-22 13:40:50 -0700
commit275b5d45ac77eb269d38be2728873b1e3e6a1431 (patch)
treeda195849aa14be413fc730aa625bd031e6fc4e76
parent491e5b1e802b67b5c4a2827b8247b95c8be6a204 (diff)
Add sms client jar upload daily
Add a build to upload jar file to nexus Using the release java-daily should upload to nexus. Issue-ID: AAF-92 Change-Id: I68752ee5a722a4ce9fda3b223956f89afeea05a4 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
-rw-r--r--jjb/aaf/aaf-sms.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/jjb/aaf/aaf-sms.yaml b/jjb/aaf/aaf-sms.yaml
index 46b77d6d2..6a2d9853a 100644
--- a/jjb/aaf/aaf-sms.yaml
+++ b/jjb/aaf/aaf-sms.yaml
@@ -2,11 +2,15 @@
- project:
name: aaf-sms
project-name: 'aaf-sms'
+ subproject: 'aaf-sms-client'
path: 'sms-service/src'
jobs:
- gerrit-maven-clm
- '{project-name}-{stream}-verify-golang'
- '{project-name}-{stream}-merge-golang'
+ - '{project-name}-{stream}-{subproject}-release-java-daily':
+ pom:
+ 'sms-client/java/pom.xml'
- '{project-name}-{stream}-docker-golang-shell-daily':
script:
!include-raw-escape: 'build-sms-docker-image.sh'