summaryrefslogtreecommitdiffstats
path: root/jjb/dmaap/dmaap-buscontroller.yaml
AgeCommit message (Collapse)AuthorFilesLines
2019-07-09remove gerrit-maven-stage jobdglFromAtt1-4/+0
dmaap/buscontroller only builds docker artifacts so this retires the maven-stage job for this repo. Change-Id: I7350d7623591ad48d517d93de05f859d23147b8e Issue-ID: CIMAN-33 Signed-off-by: dglFromAtt <dgl@research.att.com>
2019-07-05Remove deprecated jobs for java-dailydglFromAtt1-10/+0
Change-Id: Ib64c0c5fa0c69b86e05623529fd7d7fe3dd87d2c Issue-ID: CIMAN-33 Signed-off-by: dglFromAtt <dgl@research.att.com>
2019-07-03Fix DMAAP buscontroller maven-docker-stagedglFromAtt1-1/+1
Use docker:push instead of -DdockerPush Change-Id: Ifee971ba28cfd7fa2b64c523301fd593c8dba87f Issue-ID: CIMAN-33 Signed-off-by: dglFromAtt <dgl@research.att.com>
2019-06-27Migrate to gerrit-maven-stage (DMAAP)Jessica Wagantall1-0/+9
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: I232c77897ea582f44e4496ccbedca9352f0dfc5a Issue-ID: CIMAN-234 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-03-20update *-daily to push per docker pluginsandovalfr1-1/+1
Issue-ID: INT-886 Change-Id: I262e36d00520068165769a0f9265bf1b114563d2 Signed-off-by: sandovalfr <frank.sandoval@oamtechnologies.com>
2019-03-07Add INFO.yaml verify job (DMAAP)Jessica Wagantall1-0/+8
Add gerrit-info-yaml-verify from global-jjb to verify INFO.yaml file contents. Change-Id: Ie0f6fadf1c5c3364620170a6eb3d4c44ebc9eb0e Issue-ID: CIMAN-179 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-12-03Add nexus-iq-namespace for CLM jobsJessica Wagantall1-0/+1
Add nexus-iq-namespace variable for CLM jobs to use the 'onap' prefix in Nexus IQ reports. Having this prefix, will help in situations where two different organizations have the same application names. Change-Id: Id689cbb482d823482932fb4d397bd2adae950735 Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-11-13Manage views [c*-i*] in JJBJessica Wagantall1-0/+5
Use lf-views to manage views through JJB Change-Id: I377e257f4ca54c9e408146e4efa5f1dabbec8351 Issue-ID: CIMAN-218 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-10-23DMAAP-Refactor CLM project blockJessica Wagantall1-1/+9
The clm job portion needs to be on its own project section similar to the Sonar portion. The reason behind this, is because we only want this job to be running for master and no other branches. Also, this is in preparation for the work that is to come from global-jjb on application names in CLM. Change-Id: I3ab246ad96f7d3627ca2369c6742a97f50486a55 Issue-ID: CIMAN-213 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-08-24Revert "Remove CLM jobs"Jessica Wagantall1-0/+1
This reverts commit 74c6abf7b5ec8663d0a7a437325d47274f6c111f. Issue-ID: CIMAN-33 Change-Id: I5c8cd455908ee6352d273db5ff76cd6529f3d8af Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-08-23Remove CLM jobsJessica Wagantall1-1/+0
Remove CLM jobs as they are exposing proprietary information. Looking into how to handle these better. Change-Id: I8dde2f314af5a945163e0b1172926c398ec78c37 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-08-07Make build-node configurableJessica Wagantall1-0/+1
{project-name}-{stream}-docker-java-shell-daily job needs to have the build-node parameter configurable. This way, the projects will be able to select the long live instance as build-node for their job. For the rest of the projects using this template, the build-node variable is set to the previous default value. Change-Id: Ie3722050870a04b0c2ca3108f6b526c7ac855def Issue-ID: CIMAN-188 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-08-01Fix clm job definitionJessica Wagantall1-1/+1
Cleanup CLM job definitions that do not require any parameters Change-Id: Ib0125bcaa5e3c0a1f70041a78fec59c445e00645 Issue-ID: CIMAN-184 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-07-25Remove repos from Sonar reportdglFromAtt1-12/+3
ui/dmaapbc is a GUI that will be provided as a stretch goal. Until then, remove from Sonar report to avoid mgt escalations. dmaap/buscontroller is a repo that only builds a docker container, so there is no useful Sonar results. Remove from Sonar report to avoid mgt escalation. Change-Id: I8f41e56c467c9d77827b8e54257eb75c17af213f Signed-off-by: dglFromAtt <dgl@research.att.com> Issue-ID: CIMAN-180
2018-07-14Make code sections readable and consistentAnil Belur1-0/+1
- Add empty line between project sections. Issue-ID: CIMAN-1 Change-Id: If799176581c1fc90e1d8ce2eead7582552e35db4 Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
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-03-14Workaround to pass mvn-goalsdglFromAtt1-4/+8
use docker-java-shell-daily with a no-op shell since that passes mvn-goals patch2: removes trailing spaces from comments Change-Id: I40c2596a41f4049098c447b6d746a98958a6038b Signed-off-by: dglFromAtt <dgl@research.att.com> Issue-ID: DMAAP-334 Signed-off-by: dglFromAtt <dgl@research.att.com>
2018-03-13Change to mvn-targetsdglFromAtt1-2/+2
to push docker container to nexus patch2 to fix format patch3 to add docker-pom patch4 adds mvn-profile to dmaap-buscontroller.yaml and mvn-deploy-properties to dmaap-dbcapi.yaml patch5 remove bad chars! patch6 add mvn-settings Change-Id: I848a63dec7116136c93d60a664a09232be653b8a Signed-off-by: dglFromAtt <dgl@research.att.com> Issue-ID: DMAAP-327 Signed-off-by: dglFromAtt <dgl@research.att.com>
2018-03-09Remove stage-site-java templateJessica Wagantall1-4/+0
Remove stage-site-java JJB template as we no longer will be using or updating the maven settings files. Change-Id: I5aa610328613ccd24fdfa5c64a14950b926dc5c8 Issue-ID: CIMAN-144 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-03-04Consolidate jjb for buscontrollerdglFromAtt1-1/+7
This removes duplicate jobs. Also should create Docker container. Added correction to Patch 1 typo Change-Id: I18a93fae4478cbe0cdec8248e6a8679083a91258 Signed-off-by: dglFromAtt <dgl@research.att.com> Issue-ID: DMAAP-325 Signed-off-by: dglFromAtt <dgl@research.att.com>
2018-02-14Run sonar jobs once a dayJessica Wagantall1-0/+1
Change-Id: If9d9a676ade972890a3748f24a58c81541b5b1df Issue-ID: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-02-13Remove empty java-version in templatesJessica Wagantall1-2/+0
The new upgrade of global-jjb 0.16.0 is able to handle the java version better. We do not need to set this variable as empty anymore. Change-Id: I88cae9f4b49241b6045deee7fd696c18d781db1c Issue-ID: CIMAN-126 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-02-09remove references to release-1.0.0Dominic Lunanuova1-3/+1
These old Amsterdam references are cluttering up Jenkins page. No other repos seem to have this reference. Plus these repos weren't included in Amsterdam. Change-Id: Ie28e27e77dc55009566942fff61a9044d25e0827 Issue-ID: DMAAP-291 Signed-off-by: Dominic Lunanuova <dgl@research.att.com>
2018-02-01Set build node for gerrit-maven-sonarJessica Wagantall1-0/+1
Run gerrit-maven-sonar on a 4c-4g node Issue-ID: CIMAN-126 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I8a50b075ab6c1da5b015136b30a8aa2fab5bbc9a
2018-02-01Move projects to gerrit-maven-sonarJessica Wagantall1-0/+11
The current Sonar goal in release-version-java-daily has a lot of issues when running for projects in more than one branch. Remove sonar task from release-version-java-daily and use global-jjb gerrit-maven-sonar job instead. Change-Id: I9a20b68f4539e227ceab4063edb2df429cf60afb Issue-ID: CIMAN-126 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-12-09Reintroduce jenkins templatesATT default cloud user1-0/+23
These files were delivered and then removed from Amsterdam. These control jenkins builds for: - dbcapi: produces a jar artifact - buscontroller: produces a docker container Issue-ID: DMAAP-81 Change-Id: I59f4e235a4c603cb4969193255af79afcaabb579 Signed-off-by: ATT default cloud user <dgl@research.att.com>
2017-09-26Remove DR, Bus Cont yaml,releasejobs for dmaapVarun Gudisena1-22/+0
Remove Data Router, Bus controller .yaml files. Remove release stream from jjb templates for dmaap-messagerouter-msgrtr and dmaap-messagerouter-mirroragent Only a master branch exists for the moment Issue-Id: DMAAP-144 Change-Id: I7d580ad75b4f91939fbf8aec0dfa1a7b28472352 Signed-off-by: Varun Gudisena <vg411h@att.com>
2017-09-14Initial versions of Bus Controller jjbATT default cloud user1-0/+22
Also added sandbox to .gitignore - not part of repo Issue-ID: DMAAP-87 Change-Id: I26869e54eac106701677db4cfeb214b1ee3c9153 Signed-off-by: ATT default cloud user <dgl@research.att.com>