summaryrefslogtreecommitdiffstats
path: root/jjb/aaf/aaf-authz.yaml
AgeCommit message (Collapse)AuthorFilesLines
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-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-04-02Modify aaf docker jenkins templateSai Gandham1-1/+3
Modify jenkins template to call maven settings to run shell script. Issue-ID: AAF-208 Change-Id: I9b464febc713acc8f8570d8e516b8a732f88ad68 Signed-off-by: Sai Gandham <sg481n@att.com>
2018-03-30Add aaf docker jenkins templateSai Gandham1-0/+3
Modify aaf jenkins template and add docker related jobs to the aaf jenkins template Issue-ID: AAF-208 Change-Id: I58a2648db5b0f975bc1da0f1c8ae95a8a2af54d8 Signed-off-by: Sai Gandham <sg481n@att.com>
2018-03-26Delete cadi & inno templates,modify authzSai Gandham1-5/+0
Delete cadi & inno jenkins templates since these modules move to authz porject.Remvoe authz docker file since we will add new docker jenkins template which we build docker with automated docker scripts. Issue-ID: AAF-198 Change-Id: I93df0a81f24fa610d46fecd6366521f660156499 Signed-off-by: Sai Gandham <sg481n@att.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-03-09Remove stage-site-java templateJessica Wagantall1-4/+1
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-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-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-1/+12
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-10-13Add java-version for CLM projectsJessica Wagantall1-1/+2
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-11Move CLM jobs to global jjbJessica Wagantall1-1/+1
Use CLM job from global-jjb Remove the local CLM job template Issue-ID: CIMAN-65 Change-Id: I0660c6b73552d2e29851f3f120c7db2698724141 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-09-29Remove specific Jenkins job from templatesg481n1-1/+0
Remove docker image blessing job from aaf-authz Jenkins template. Issue-ID: AAF-80 Change-Id: I142f86261c29efa223bda407680d4029da4d2c61 Signed-off-by: sg481n <sg481n@att.com>
2017-09-26Update Jenkins yaml file to remove release branchsg481n1-2/+0
Updated Jenkins yaml files for aaf authz,cadi,inno projects and remvoed release branch which is not exist.Removed dmaap-datarouter yaml files from ci-managament as this project not for Amsterdam release. Issue-id: AAF-77 Change-Id: Ib41b5fb830432d618f4dc94b862f5e2588552102 Signed-off-by: sg481n <sg481n@att.com>
2017-09-17Modify Jenkins template to release docker imagesg481n1-1/+0
Modify docker-pom properties and maven goals in the template file Issue-id: AAF-60 Change-Id: Ie74697df94cb4d24c3cc9d34ae655b78a747706c Signed-off-by: sg481n <sg481n@att.com>
2017-09-15Update aaf jjb template to release docker imagesg481n1-1/+7
Update jjb template file and add new maven goal to release docker image to ONAP nexus Issue-id: AAF-60 Change-Id: Icaaace793003e88b0f7512cbea38c202010e1c31 Signed-off-by: sg481n <sg481n@att.com>
2017-08-17Update all yaml template files in aafsg481n1-2/+4
Add new jobs in to the all yaml template files of aaf project. Issue-id: AAF-56 Change-Id: Ie378bae5b77c2d8ed423625182bf8a41984cb896 Signed-off-by: sg481n <sg481n@att.com>
2017-08-11Add JJB files for new AAF projectsVarun Gudisena1-0/+20
Issue-ID: AAF-33 Change-Id: I1aee461469798857d4c98ee0ebe6dab13e9314e9 Signed-off-by: Varun Gudisena <vg411h@att.com>