summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-10-27Fix file not found errorZhaoxing2-3/+6
Change-Id: I1aa96331df28310723e100cf73a43856b5d0aa9e Issue-id: VFC-445 Signed-off-by: Zhaoxing <meng.zhaoxing1@zte.com.cn>
2017-10-26Drop use of maven versions pluginChristopher Lott (cl778h)1-2/+2
Portal manages its version numbers in its POM files, not using version.properties. Change templates to stop invoking the versions:set plugin. Issue: PORTAL-134 Change-Id: I8d36e788f24046eca045da534e206bc4034c11f8 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-10-26Merge "Add {subproject}-docker-java-version job"Jeremy Phelps4-8/+157
2017-10-26Add 1.3.0 job for Portal-DockerChristopher Lott (cl778h)2-33/+21
Revise and rename several global three-scm jobs down to two-scm; they are only used by Portal. Issue: PORTAL-134 Change-Id: I5bf19bbded1c2ddcacf79ef71cd5fd8e4f7b172d Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-10-26Add {subproject}-docker-java-version jobZhaoxing4-8/+157
Allow subprojects to build docker separately Issue-Id: VFC-509 Change-Id: I3c9c8ba8b461d5fe35c79d1187ffdb7190c20700 Signed-off-by: Zhaoxing <meng.zhaoxing1@zte.com.cn>
2017-10-25Skip CLM tests for policy-drools-pdpJessica Wagantall1-0/+1
No need to run tests in CLM job which is blocking the reports. Change-Id: Iaf86d1a8d1c0c3ec087b19ded1409699feef562f Issue-ID: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-10-25Add maven package for basebuild instancesJessica Wagantall1-2/+2
Change-Id: I6c3917c48b05ea7bad73cbb35d1a0307617006a2 Issue-ID: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-10-25Merge "Stop building portal/sdk 1.3.0"Jessica Wagantall1-2/+0
2017-10-25Update sdc jjb jobsYuli Shlosberg1-2/+9
Add trigger_jobs and add addtional stream Change-Id: I35242519fa825bc279fd7a8d360b28a7dd266399 Issue-Id: SDC-538 Signed-off-by: Yuli Shlosberg <ys9693@att.com>
2017-10-25Stop building portal/sdk 1.3.0Christopher Lott (cl778h)1-2/+0
This RC has licensed code so could not be released; remediated in release 1.3.1 which HAS been released. Also move the YML file out of portal and to the portal-sdk directory. Issue: PORTAL-134 Change-Id: Ib8a801174ed23f8de43d1aeaf3f527d7c8e872ad Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-10-24Merge "Release Portal Amsterdam/R1 at 1.3.0"Jessica Wagantall1-0/+2
2017-10-24Modify vesagent java job for code coverageArun Arora1-1/+1
Modify vesagent java job to use subproject specific release job. The change is made to perform code coverage analysis on vesagent code and generate code coverage report Change-Id: I2ad727636b6fdd593e3406f3ae87d0026647ab85 Issue-ID: MULTICLOUD-8 Signed-off-by: Arun Arora <aroraarun@vmware.com>
2017-10-23Add nfvparser pom location to CLM jobJessica Wagantall1-0/+1
Use mvn-params to specify location of the pom file Issue-ID: CIMAN-65 Change-Id: Idef2b1273dacb52ba0c8b57daafd1af5b445b50a Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-10-23Increase build timeout for appc CLMJessica Wagantall1-0/+1
Increase build timeout from 15 to 60 mins Issue-ID: CIMAN-65 Change-Id: Ib15c5026005f0dc702f440219c2e82642f4c1237 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-10-23Release Portal Amsterdam/R1 at 1.3.0Christopher Lott (cl778h)1-0/+2
Issue: PORTAL-134 Change-Id: I31fad9ac2cdce9e55b5f2c3e49cec74067295a6f Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-10-23Add batch (-B) argument to *-stage-site-javaChristopher Lott (cl778h)1-1/+1
Issue: CIMAN-97 Change-Id: Ice288329dac657bf2d1adfa8fff535d5672f30e3 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-10-20Stop building ui/dmaapbc 1.0.0Christopher Lott (cl778h)1-2/+0
Issue: PORTAL-01 Change-Id: If905caabfb18a4dbb3b9d4184d3884e5eeeb64af Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-10-20Merge "Stop building on deprecated stream"Jessica Wagantall1-2/+0
2017-10-20Correct the pom location in javatoscacheckerSerban Jora2-2/+2
Location needs to include subproject in path. Also corrects trigger job name for csit job. Change-Id: Ic0d936682e6479d3a7ee4cda6540939badd3f5cb Issue-Id: MODELING-26 Signed-off-by: Serban Jora <jora@research.att.com>
2017-10-19Stop building on deprecated streamsblimkie1-2/+0
No need to build the 1.0.0 version of the model loader. Change-Id: I952d4d66efb8ce77be6158aedfb576687019a932 IssueID: AAI-439 Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
2017-10-19Install python3.6-dev package in packerJessica Wagantall2-2/+2
Add python3.6-dev package which is needed by pyCrypto. Change-Id: Iaaa3fb8ca8d464e02af71ae50656861a5d104076 Issue-ID: CIMAN-108 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-10-19Add missing parameter for docker java jobJessica Wagantall1-0/+1
Add missing setVersion parameter which is needed by {project-name}-{stream}-docker-java-properties-daily job template. Change-Id: Ie4acb1b363b2613eb9f7ec5b9f210acdbeff8c77 Issue-Id: MODELING-26 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-10-19Merge "Correct job template for docker image processing"Jessica Wagantall2-0/+22
2017-10-19Merge "Add Docker daily build for engagement mgr"Jessica Wagantall1-0/+1
2017-10-19Merge "Add step for version to docker java properties"Jessica Wagantall3-0/+18
2017-10-19Merge "Fix CSIT trigger for VID"Jessica Wagantall1-1/+1
2017-10-19Fix failing AAI docker-java-daily jobssblimkie1-2/+2
The AAI docker and package names were changed from openecomp to onap. Need to change the jjb template to match. Change-Id: I8f471168b4afbe7594aaf51ab5fc7332de62bc67 Issue-ID: AAI-10 Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
2017-10-19Correct job template for docker image processingSerban Jora2-0/+22
Add CSIT job template Change-Id: I920d296ffa123f2fdae503612bfd9d83d589e05f Issue-Id: MODELING-26 Signed-off-by: Serban Jora <jora@research.att.com>
2017-10-19Add Docker daily build for engagement mgrAreli Fuss1-0/+1
Add Docker daily JJB task for building vvp engagementmgr container Change-Id: Ide6cdbce0b6a9e2eb3d3e8cc6f8a724ad7c078e6 Issue-Id: CIMAN-113 Signed-off-by: Areli Fuss <af732p@att.com>
2017-10-17Update crudini packageJessica Wagantall1-2/+2
Install crudini package which was introduced by global-jjb Change-Id: Ifa9166994f8b6e5a8902bdb722b03a24d017c8a7 Issue-ID: CIMAN-111 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-10-17Add step for version to docker java propertiesJulienBe3-0/+18
Add an optional step to use maven version plugin Issue-ID: CLAMP-57 Change-Id: I1d71183b98ae37c7e519b0e2c41c76c647b2e3f6 Signed-off-by: JulienBe <jb379x@att.com>
2017-10-17Fix CSIT trigger for VIDOfir Sonsino1-1/+1
Change-Id: I2a915337fc56629929d8200bc8019b2f37fd5d3b Issue-Id: VID-68 Signed-off-by: Ofir Sonsino <os0695@att.com>
2017-10-17Merge "Update vfc-nfvo-resmanagement yaml template"Jessica Wagantall1-5/+0
2017-10-16Upgrade global jjb to v0.10.2Jessica Wagantall1-0/+0
Issue-ID: CIMAN-111 Change-Id: I10773ff9cae92c4eb7f265d62e759d5048318c07 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-10-16Merge "Prep 1.3.1 release of SDK"Jessica Wagantall1-0/+2
2017-10-16Update vfc-nfvo-resmanagement yaml templateluxin1-5/+0
Delete subproject release daily, because the project release daily is enough. Change-Id: I19c9799ac6e05de7541d24b77e7640a453282da0 Issue-Id:VFC-506 Signed-off-by: luxin <luxin7@huawei.com>
2017-10-14Merge "Update vfc-nfvo-resmanagement yaml template"Jessica Wagantall1-1/+1
2017-10-14Update vfc-nfvo-resmanagement yaml templatefujinhua1-1/+1
Change release-version3 to release-version Change-Id: Icedeb6e2aab262f148ef1979aadf200b727592e1 Issue-Id: CIMAN-110 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2017-10-14Prep 1.3.1 release of SDKChristopher Lott (cl778h)1-0/+2
New release of Portal/SDK prompted by need to remove GreenSock code Issue: PORTAL-127 Change-Id: I73cfc0b3d129a7169f941766c7a569c1487e4e42 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-10-14Update vfc-nfvo-driver-sfc yaml templatefujinhua1-1/+1
Change release-version3 to release-version Change-Id: I9ef6b16e6b6dee1f0eec23101cbda561db9806e0 Issue-Id: CIMAN-109 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2017-10-13Install Python3.6 for Ubuntu basebuild imagesJessica Wagantall1-0/+5
Add Python3.6 version to be used by dcaegen2 project. Change-Id: I7bd5f28958144cbf16e22c1328f5683ee30d737a Issue-ID: CIMAN-108 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-10-13Add java-version for CLM projectsJessica Wagantall75-75/+148
Add java-version parameter just for CLM jobs to avoid other jobs from breaking by picking the wrong configuration. Issue-ID: CIMAN-65 Change-Id: Ia70e807cc581d63296ef59320ef18e079b63c17d Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-10-13Install Python3.6 for Ubuntu imagesJessica Wagantall1-0/+5
Add Python3.6 version to be used by dcaegen2 project. Change-Id: Ie6a1afde8a4697f094a862bfd0870fc5a844bf47 Issue-ID: CIMAN-108 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-10-13Modify vesagent python verify jobArun Arora1-1/+1
Change pattern value to execute job on vesagent code change Change-Id: I1438c0e63f8578d4568f9e93c6e370cf341001a6 Issue-ID: MULTICLOUD-8 Signed-off-by: Arun Arora <aroraarun@vmware.com>
2017-10-13vesagent Jenkins Job for python codeArun Arora1-0/+16
Add verify job yaml for vesagent python code Change-Id: I9e6a9f540042933895fe950281b3ee170b84d602 Issue-ID: MULTICLOUD-8 Signed-off-by: Arun Arora <aroraarun@vmware.com>
2017-10-13Update vfc huawei and nokia yaml templateyangyan2-2/+2
Update daily job template to new template with {subproject} Issue-ID: VFC-520 Change-Id: Ie8ac0a351b76a70df8c5df9208066260589120b4 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
2017-10-13Merge "Fix bug for {subproject}-release-version job"Anil Shashikumar Belur1-0/+1
2017-10-13Fix bug for {subproject}-release-version jobZhaoxing1-0/+1
Change-Id: Ifc8ea3647546f64a9bbbe9b08aa27e5c0a2717e6 Issue-Id: VFC-509 Signed-off-by: Zhaoxing <meng.zhaoxing1@zte.com.cn>
2017-10-13Merge "Modify usecase-ui jjb file to add staging repo"Jessica Wagantall2-1/+2
2017-10-12Clear java version variableJessica Wagantall1-1/+1
Jenkins jobs need to use (System) version of Java in their job configuration. Setting this variable initially was causing few CLM and other jobs to fail. Change-Id: I536d47a490b2d6c3778e499afed8f4dc3ba81e6d Issue-ID: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>