summaryrefslogtreecommitdiffstats
path: root/jjb/aaf/aaf-sms.yaml
AgeCommit message (Collapse)AuthorFilesLines
2018-06-06Use release version java dailyKiran Kamineni1-1/+1
Use release version daily instead of the release without any version daily Issue-ID: AAF-330 Change-Id: I246f668a48fbf6940a44ff108cb79f7ab9645e19 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-05-22Add sms client jar upload dailyKiran Kamineni1-0/+4
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>
2018-04-05calling a parent makefile instead of submakefileKiran Kamineni1-1/+1
Calling the parent makefile instead of submakefile This will build both packages now that they are under the same GOPATH Issue-ID: AAF-213 Change-Id: I9b948eb83b38be312d1cefa7cec712d0017c41fe Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-03-22Adding nightly docker build supportKiran Kamineni1-0/+3
This will build a docker image nightly Ultimately it is calling the following file in aaf/sms.git sms-service/bin/build_image.sh Issue-ID: AAF-186 Change-Id: I12e88eb8ac796df55ac2b2abfa0f2aa886f12f01 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-03-19Rename basebuild to builderJessica Wagantall1-1/+1
Rename nodes from "basebuild" to "builder" in preparation for updating to common-packer. Change-Id: I6ff64e3ee5c856391430296aded45d84c46de171 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-02-20Add missing CLM jobs aafJessica Wagantall1-1/+2
Change-Id: I8ea1affa9332b9a502f1af5d1ab63627251f90c4 Issue-ID: CIMAN-133 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-02-12JJB templates for golangKiran1-0/+16
Adding a golang template to support golang builds This template supports verify and merge jobs right now Verify calls make build and merge calls make deploy. These calls are made in the path provided by the specific jjb file Issue-ID: AAF-117 Change-Id: I369c0868389d8ed52ac7c82da5ef6d249e64eb7c Signed-off-by: Kiran <kiran.k.kamineni@intel.com>