summaryrefslogtreecommitdiffstats
path: root/jjb
AgeCommit message (Collapse)AuthorFilesLines
2019-08-01Merge "fix dfc docker push"Jessica Wagantall1-1/+1
2019-08-01Merge "Add appc self release jobs"Jessica Wagantall3-0/+6
2019-08-01Merge "Remove old portal release jobs"Jessica Wagantall3-6/+0
2019-08-01Add appc self release jobsPatrick Brady3-0/+6
Change-Id: If9b8bd73164399fe004620a32fdc778cbd934771 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1684
2019-08-01Remove old portal release jobsManoop Talasila3-6/+0
Issue-ID: CIMAN-234 Signed-off-by: Manoop Talasila <talasila@research.att.com> Change-Id: Id4bd93aa4f19632374aafd7befebc8482b7dd5d9
2019-08-01Run self-release on centosTimoney, Dan (dt5972)12-11/+24
Update self-release jobs to run on centos build node instead of ubuntu Change-Id: Iffee853a96b1b8c187d1c9db4a7b42edb1bc7c3e Issue-ID: CIMAN-286 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-07-31fix dfc docker pushVijay Venkatesh Kumar1-1/+1
Change-Id: I09c2905519908b13bbfec724ea0df25220fac9f9 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1578 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2019-07-31Merge "Add whitesource jobs for CCSDK"Jessica Wagantall11-0/+120
2019-07-31Merge "Add CCSDK self release jobs"Jessica Wagantall11-0/+11
2019-07-31Add whitesource jobs for CCSDKTimoney, Dan (dt5972)11-0/+120
Add whitesource jobs for CCSDK. Change-Id: Ie0cd743656ce7f1baf2d8364f9c08336185afd01 Issue-ID: CIMAN-287 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-07-31Merge "Remove appc deployment java staging jobs"Jessica Wagantall1-6/+0
2019-07-31Remove appc deployment java staging jobsPatrick Brady1-6/+0
The appc/deployment project does not contain any java code, so the staging jobs for the java code are not needed. Change-Id: Ia25137f34076dd2324c758dce7da786c32cb53a2 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1678
2019-07-31Add CCSDK self release jobsTimoney, Dan (dt5972)11-0/+11
Add self release jobs for CCSDK Change-Id: I5d963055d9abcc2678f944608e6ba025504197c8 Issue-ID: CIMAN-286 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-07-31Remove ccsdk,sdnc dublin jobsTimoney, Dan (dt5972)17-68/+0
Jenkins jobs no longer needed for dublin branch since no maintenance release is planned. Change-Id: I8e79da78298ed5b06a858c1174f13c30ac256415 Issue-ID: CIMAN-285 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-07-31Merge "Fix gerrit-mvn job errors"Jessica Wagantall6-5/+19
2019-07-30aai-common docker image jobsMartin Klozik1-0/+22
Introduction of new jobs for automatic build of onap/aai-common container image. Until now, this image was built manually by AAI team and uploaded into private 'aaionap' docker hub repo. Following 4 jobs were added: * aai-aai-common-master-alpine-verify-docker * aai-aai-common-master-ubuntu-verify-docker * aai-aai-common-master-alpine-merge-docker * aai-aai-common-master-ubuntu-merge-docker New jobs will create two versions of aai-common image: * aai-common-alpine - based on Alpine Linux * aai-common-ubuntu - based on Ubuntu Linux These images will be pushed into standard ONAP docker repository (currently nexus3). NOTE: aai-common container image doesn't contain any AAI specific code. It just installs necessary OS packages and tools required by other AAI containers, which are based on aai-common. Change-Id: Icad266602adeb066a88853820f216afaed714380 Signed-off-by: Martin Klozik <martin.klozik@tieto.com> Issue-ID: INT-1023
2019-07-29Merge "remove appc jenkins for dublin"Jessica Wagantall1-2/+0
2019-07-29remove appc jenkins for dublinTaka Cho1-2/+0
one more needs to be removed Change-Id: I86c1dbbb10695c94455287d7c96a8387131a84a3 Issue-ID: APPC-1672 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-07-29Fix apex merge job to trigger csit jobramverma1-1/+1
Apex csit job has been pointing to a wrong merge job Change-Id: I964ed97fddc1ecc298594c30a183d6b4de52b57c Issue-ID: POLICY-1955 Signed-off-by: ramverma <ram.krishna.verma@est.tech>
2019-07-29remove appc jenkins for dublinTaka Cho4-8/+0
Since we signed off Dublin release already, there is no need to run the build for Dublin in APPC. Change-Id: I68418ceac50db1899169ed4619f077639e253805 Issue-ID: APPC-1672 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-07-21Fix gerrit-mvn job errorsVijay Venkatesh Kumar6-5/+19
Change-Id: Iab852b4ade5d2a711c38779c5c4b2eee026e9dd1 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1578
2019-07-20separate docker build jobsVijay Venkatesh Kumar2-0/+10
VES and DFC Change-Id: I3074a96556bdc66ce253a46f6bddeacf0a14cb94 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1690 Issue-ID: DCAEGEN2-1578
2019-07-24Merge "Update PM Mapper JJB"Jessica Wagantall1-3/+2
2019-07-24Merge "Fix sdnc/oam staging build"Jessica Wagantall1-0/+2
2019-07-24Merge "Migrate to gerrit-maven-stage (SDC)-4"Jessica Wagantall1-1/+4
2019-07-24Fix sdnc/oam staging buildTimoney, Dan (dt5972)1-0/+2
Update staging builds to use maven-versions-plugin to set release version so that snapshot dependencies are preserved. Change-Id: I64d6f5b29248a7e5187b4b6f86ffb8eadedbdb2d Issue-ID: CCSDK-1522 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-07-24Update PM Mapper JJBdfarrelly1-3/+2
*Update PM Mapper to align with new build process in POM Issue-ID: DCAEGEN2-1683 Change-Id: I195cb7ab16897a63ad85924757f39b9bfb78572d Signed-off-by: dfarrelly <david.farrelly@est.tech>
2019-07-23Merge "Removing both "java-daily" and "version-daily" jobs and the ↵Jessica Wagantall1-8/+0
Casablanca jobs"
2019-07-23Removing both "java-daily" and "version-daily" jobs and the Casablanca jobsPrudence Au1-8/+0
Issue-ID: LOG-1073 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Change-Id: Icb35f33f8d025aaa955c6395eeaa66fc004aa33c
2019-07-23Fix ccsdk/distribution staging buildTimoney, Dan (dt5972)1-0/+2
ccsdk/distribution needs to include snapshot versions of artifacts in order to work around bug in Nexus staging repo. In order for that to work, Jenkins jobs for ccsdk/distribution need to use maven-versions-plugin to set version instead of stripping -SNAPSHOT Change-Id: I8f3ba1b2caaf3e389fc0bb1b8135c5dc5ccb37dc Issue-ID: CCSDK-1522 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-07-23Run versions plugin for CDSTimoney, Dan (dt5972)1-0/+2
Enable maven versions plugin for CDS jobs, since CDS has a snapshot dependency. Change-Id: I9f863c9e7ee1eb0e55eac07a5dd46d55182fb863 Issue-ID: CIMAN-283 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-07-23Merge "Remove obsolete ccsdk docker builds"Jessica Wagantall4-75/+0
2019-07-23Migrate to gerrit-maven-stage (SDC)-4Jessica Wagantall1-1/+4
Migrate to use gerrit-maven-stage from global-jjb to allow the generation of signed release artifacts that will reduce release processing time. Change-Id: Ie8f54f81adfedb66c1340531a511463f1e18004c Issue-ID: CIMAN-234 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-07-23Merge "Migrate to gerrit-maven-stage (SDC)-3"Andrew Grimberg2-6/+16
2019-07-23Merge "Remove deprecated release jobs"Jessica Wagantall1-6/+0
2019-07-23Merge "Remove deprecated release job"Jessica Wagantall5-18/+16
2019-07-23Remove deprecated release jobHuabing Zhao5-18/+16
MSB Maven stage jobs are working fine now. Remove old release job. Issue-ID: MSB-266 Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com> Change-Id: I4d4fc46b1ff8a9673174c0e09fafef629ad6d469
2019-07-22Merge "dcaegen2 jobs updates for jjb migration"Jessica Wagantall28-105/+10
2019-07-22Merge "Add docker job for MultiCloud VIO plugin"Jessica Wagantall1-10/+10
2019-07-18Remove obsolete ccsdk docker buildsTimoney, Dan (dt5972)4-75/+0
Replace old docker builds, replaced by global-jjb version. Change-Id: Ib9783f21ab2089f5b1ce9d043d6cbaecb190ddd9 Issue-ID: CIMAN-283 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-07-17Make sign-artifacts only for maven-stageVanessa Rene Valderrama10-10/+10
This maven-docker-stage job does not need to run sigul right now since the job only tries to sign JAVA artifacts and not docker images. Issue-ID: CIMAN-33 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I778f0b0b0fdeb080a3370fbd4fc5b876a3bfeb73
2019-07-17Migrate to gerrit-maven-stage (SDC)-3Jessica Wagantall2-6/+16
Migrate to use gerrit-maven-stage from global-jjb to allow the generation of signed release artifacts that will reduce release processing time. Change-Id: I1d02b894346f4298f9890dea7ec8fae8f6526346 Issue-ID: CIMAN-234 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-07-17Revert aai/oom to remove reference to elaltoJimmy Forsyth1-2/+2
Issue-ID: AAI-2512 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Iafc2e370c529195cf58da9344a3e7d0713e40716
2019-07-17Merge "Migrate gerrit-maven-stage (DCAEGEN)-4"Jessica Wagantall2-4/+62
2019-07-17dcaegen2 jobs updates for jjb migrationVijay Venkatesh Kumar28-105/+10
1) Removed dublin branches across all jobs 2) Switched to centos7-docker-8c-8g for docker dependent builds 3) Removed dcaegen2-service clm (subproject has own clm job) 4) Cleaned up old release job (replaced by gerrit-maven jobs) Change-Id: If77bdf431e0189d774d80b285ec1b0ca98c09d6b Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1669 Issue-ID: DCAEGEN2-1578 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2019-07-17Add docker job for MultiCloud VIO pluginEthan Lynn1-10/+10
Add docker job for MultiCloud VIO plugin Issue-ID: MULTICLOUD-706 Change-Id: I0a6295e33fcd4437b42186a4dcaf7cd4981d602f Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2019-07-16Merge "Migrate to gerrit-maven-stage (SDC)-2"Jessica Wagantall6-24/+52
2019-07-16Migrate gerrit-maven-stage (DCAEGEN)-4Jessica Wagantall2-4/+62
Migrate to use gerrit-maven-stage from global-jjb to allow the generation of signed release artifacts that will reduce release processing time. Do not sign artifacts in maven-docker-stage as there are no jars being process in these jobs. Change-Id: I9145dfdd2852a107f3120910002d75dd05a98ac6 Issue-ID: CIMAN-234 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-07-16Fix champ jjb to work with new champ pomsblimkie1-1/+1
Change-Id: I83c69ae321f4517cc7bacf91d4658d9e7824c0e3 Issue-ID: AAI-2483 Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
2019-07-16Merge "Update to recently created elalto branches"Jessica Wagantall25-94/+94