summaryrefslogtreecommitdiffstats
path: root/jjb
AgeCommit message (Collapse)AuthorFilesLines
2018-08-21Update SDC jjbMichael Lando16-28/+23
Update sdc jjb to use maven 3.5.3, Remove jobs from the Beijing branch, Fix wrong use of the branch parameter for sonar in the jjb. Change-Id: I515a1477d2fb10ebf07224bcfa426b0e30284386 Issue-ID: SDC-1294 Signed-off-by: Michael Lando <ml636r@att.com>
2018-08-20Merge "Update SDC sonar jjb"Jessica Wagantall13-13/+22
2018-08-20Merge "Remove CLM job from sdc-pubsub repo"Jessica Wagantall1-1/+0
2018-08-20Merge "Remove PM Mapper jenkins job def"Jessica Wagantall1-36/+0
2018-08-20Merge "Remove testsuite empty yaml"Thanh Ha (zxiiro)1-12/+0
2018-08-20Merge "Remove so config repo yaml"Thanh Ha (zxiiro)3-39/+0
2018-08-20Merge "Update CLM integration jobs"Thanh Ha (zxiiro)2-15/+2
2018-08-20Remove testsuite empty yamlJessica Wagantall1-12/+0
Remove testsuite-properties.yaml file since it does not have any jobs defined. Change-Id: Iabeceb8b0ac402ff57cfd0e6ea700a0a6f0dbba0 Issue-ID: CIMAN-116 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-08-20Update CLM integration jobsJessica Wagantall2-15/+2
Update location of pom.xml for CLM integration job. Remove integration seccom yaml file since it only had the CLM job mentioned and this is currently uselsess for seccom repo. Change-Id: Idb2ff707bc949114b9fe7403a705e98c8a3875eb Issue-ID: CIMAN-116 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-08-20Remove so config repo yamlJessica Wagantall3-39/+0
The yaml file for these repos was only containing the CLM job, which is useless for these repos. Delete the yaml file for now. It will be re-added once the teams have any other Jenkins jobs to add. Change-Id: I3f02a3ddec087822271d4fe5b9498c4d19cbb22d Issue-ID: CIMAN-116 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-08-20Merge "Update pom.xml for CLM"Thanh Ha (zxiiro)1-1/+2
2018-08-20Merge "Remove CLM job for doc"Thanh Ha (zxiiro)1-1/+0
2018-08-20Remove testsuite CLM jobsJessica Wagantall3-4/+0
Testsuite repos are mostly robot and python related files and does not make sense to have CLM running on them. Issue-ID: CIMAN-116 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I0f5a73d87b36b643c28c420dbdf8b562ee7e8d0a
2018-08-20Remove CLM job for docJessica Wagantall1-1/+0
doc repo does not have any maven files. There is no point in running CLM on those. Change-Id: I279ae2ba0d1fe4027ec15dfb38421bd5535796c6 Issue-ID: CIMAN-116 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-08-20Update pom.xml for CLMJessica Wagantall1-1/+2
Update location of pom.xml for running CLM job properly. Change-Id: I4fafd1aad8b770f27c8c55506d1747009c7bc8b8 Issue-ID: CIMAN-116 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-08-20Remove PM Mapper jenkins job defLusheng Ji1-36/+0
PM Mapper will not be able to part of R3 DCAE, per Ericsson team reporting during the DCAE weekly meeting on 08/16. Issue-ID: DCAEGEN2-716 Change-Id: I9e422d4abb6a5b09bed299bede8930dff6b646be Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-08-20Remove CLM job from sdc-pubsub repoIdan Amit1-1/+0
Removed unnecessary CLM job from the jjb file of the sdc-pubsub repo Change-Id: Iec55cfe87a94ff82b0dd2da9a1437edc255aacf0 Issue-ID: SDC-1660 Signed-off-by: Idan Amit <ia096e@intl.att.com>
2018-08-19Update SDC sonar jjbMichael Lando13-13/+22
Removed old style Java memory definitions. Fix incorrect sonar property definition. Change sonar.branch.name to sonar.branch, Because current sonar version does not support the property. Change-Id: I79f417fe41de3599f65d54013ac2aceed79bef31 Issue-ID: SDC-1632 Signed-off-by: Michael Lando <ml636r@att.com>
2018-08-17Build jobs for multicloud-azure projectSudhakar Reddy3-0/+68
Verify and merge jobs added to multicloud-azure project. Change-Id: I465e37a36698b54daa3c272daf438339a086bde1 Issue-ID: CIMAN-196 Signed-off-by: Sudhakar Reddy <Sudhakar.Reddy@amdocs.com>
2018-08-17Merge "Remove appc docker version job"Jessica Wagantall1-2/+0
2018-08-16Merge "Creates a job to nightly build sshsm docker images"Jessica Wagantall3-0/+67
2018-08-16Creates a job to nightly build sshsm docker imagesManjunath Ranganathaiah3-0/+67
Adds a wrapper script and template to build base images Change-Id: I0b1b1899f43b7d54852d93a2220da0e138c99a58 Issue-ID: AAF-430 Signed-off-by: Manjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>
2018-08-16Remove appc docker version jobPatrick Brady1-2/+0
The job is going to fail until we release java artifacts at the end of the release. Since the job makes staging docker images, the java artifacts in these images need to be released versions, since the staging docker image is going to be a candidate for release. Change-Id: Ice48015c40b33fdb32419bcf2d2692e06c0bd87c Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-1155
2018-08-16Support dcaegen2/collectors/hv-ves docker pushPiotr Jaszczyk1-1/+6
Add a build job which will run docker push by means of Maven definition in HV-VES Collector. Change-Id: I7a870d04ef475474d2d62fc55d4ed7def556f59a Issue-ID: DCAEGEN2-661 Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
2018-08-15Merge "Add docker job for sdnc/apps"Jessica Wagantall1-0/+18
2018-08-15Add docker job for sdnc/appsPrudence Au1-0/+18
Change-Id: I6643e76891276392ad1402a433f9ce389609b0c5 Issue-ID: CIMAN-192 Signed-off-by: Prudence Au <prudence.au@amdocs.com>
2018-08-15Merge "Update SDC sonar jjb"Jessica Wagantall4-9/+16
2018-08-15Update SDC sonar jjbMichael Lando4-9/+16
Removed old style Jave memory definitions. Add sonar branch name property to be passed to the maven on execution. Add the use of the branch jjb variable, to allow differentiation of what branch the sonar run on. Add use of the LF npm proxy, populate the reposetory with the LF repo when runing in LF jenkins. Change-Id: Ia996bb8e925461c3fa5af6c1ff40a0371faa9123 Issue-ID: SDC-1632 Signed-off-by: Michael Lando <ml636r@att.com>
2018-08-13Add make common step before making subprojectsKiran Kamineni1-2/+2
Add make common step before calling make subproject make subproject currently fails because common charts cannot be downloaded. Issue-ID: CIMAN-191 Change-Id: Ief4db7e6e26e4f6b004506628a74b92e657121fc Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-08-13Update global-jjb to latest HEADJessica Wagantall1-0/+0
Update to fetch sandbox cleanup job Change-Id: I49f6a36449420750d905f36519b946c6d11673cf Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-08-13Merge "Add JJB for SDC DCAE DT"Jessica Wagantall1-0/+35
2018-08-13Merge "Add docker job to SDC DCAE CI"Jessica Wagantall1-0/+4
2018-08-13Add the jenkins jobs for graphadminKajur, Harish (vk250x)1-1/+21
Issue-ID: AAI-1471 Change-Id: I1fdc57f7cd5162db1d998b2adb3d3c7b8d16c627 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-08-10Disable apex release jobPamela Dragosh1-0/+1
We will enable once we start releasing artifacts. Right now it is failing because it added policy/common SNAPSHOT as a dependency. Issue-ID: POLICY-1046 Change-Id: Idddce5ffa25f512937c04d0123285b853fe3a283 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2018-08-09Merge "Fix sonar build issue for ves"Jessica Wagantall1-1/+1
2018-08-09Add docker job to SDC DCAE CIAreli, Fuss (af732p)1-0/+4
Add daily docker job for SDC DCAE CI Change-Id: I7f69dfceb001c681f33f6706513dafce02c43aaa Issue-ID: CIMAN-189 Signed-off-by: Areli, Fuss (af732p) <af732p@att.com>
2018-08-09Add JJB for SDC DCAE DTAreli, Fuss (af732p)1-0/+35
Add new JJB for SDC DCAE DT Change-Id: Ifd8b94465b1a0d3a0ed3e06f262914b6319ee68e Issue-ID: CIMAN-190 Signed-off-by: Areli, Fuss (af732p) <af732p@att.com>
2018-08-09Merge "Refactor docker java jobs"Jessica Wagantall3-444/+42
2018-08-09Merge "Add mvn-goals for docker-java-daily job"Jessica Wagantall1-0/+1
2018-08-09Merge "Instantiate helm jobs"Jessica Wagantall1-0/+83
2018-08-09Merge "Add missing build nodes for OOF jobs"Jessica Wagantall2-0/+2
2018-08-09Instantiate helm jobsJeremy Phelps1-0/+83
Issue-ID: CIMAN-164 Change-Id: I020e408c98af2b5ed3f50661f70b7fe2b2912199 Signed-off-by: Jeremy Phelps <jphelps@linuxfoundation.org>
2018-08-09Merge "Add helm jobs for onap"Jeremy Phelps1-0/+166
2018-08-09Add mvn-goals for docker-java-daily jobPrudence Au1-0/+1
Change-Id: I06e602b19b1cb466264f4168224da20c8e0ccc7d Issue-ID: CIMAN-169 Signed-off-by: Prudence Au <prudence.au@amdocs.com>
2018-08-09Fix sonar build issue for vesvagrant1-1/+1
Moving sonar job to docker node https://jenkins.onap.org/view/dcagen2/job/dcaegen2-collectors-ves-sonar/188/console Change-Id: Ib1fe82ea70afbce89ecd3d0da1292495101b75c8 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-662
2018-08-08Add docker daily job for pomba reposPrudence Au4-0/+16
Change-Id: Id479dbfa0aa131d2054d5f6578eb30867d396439 Issue-ID: CIMAN-169 Signed-off-by: Prudence Au <prudence.au@amdocs.com>
2018-08-08Fix pom.xml logging-analyticsJessica Wagantall1-1/+1
Update location of pom.xml for logging-analytics-pomba-pomba-context-aggregator Change-Id: I4a59a4c3c4ae97b1ff68fb769a9ef99f29dda141 Issue-ID: CIMAN-169 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-08-08Merge "Add docker daily job"Jessica Wagantall1-0/+4
2018-08-08Add missing build nodes for OOF jobsGary Wu2-0/+2
Change-Id: I6ee058624712a01ad1b57d7c0bc4e532c4d11218 Issue-ID: OPTFRA-287 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-08-08Merge "Add DR CSIT implementation in Jenkins"Jessica Wagantall1-0/+14