summaryrefslogtreecommitdiffstats
path: root/jjb/aai/aai-resources.yaml
AgeCommit message (Collapse)AuthorFilesLines
2018-03-19Rename basebuild to builderJessica Wagantall1-2/+2
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/+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-02-28Update jenkins job to use global docker profileVenkata Harish K Kajur1-4/+3
In recent changes to aai resources, made changes to the pom structure to use the docker profile so we can now start using the global template Issue-ID: AAI-824 Change-Id: Ie534d389a4838e2d1412b188e07f17ccceadbe4b Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2018-02-16Merge "Remove amsterdam jobs and disable daily"Jessica Wagantall1-24/+4
2018-02-16Remove amsterdam jobs and disable dailyjimmydot1-24/+4
Issue-ID: AAI-777 Change-Id: I055802953451461757e2cf14c7a9a2bc7a75c5a8 Signed-off-by: Jimmy Forsyth <jf2512@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-3/+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-01Remove release-version-java-daily-no-sonarJessica Wagantall1-2/+2
gerrit-maven-sonar is now in place to run all the Sonar scans. "release-version-java-daily-no-sonar" and "release-version-java-daily" templates are exactly the same after removing the sonar goals. Issue-ID: CIMAN-126 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: If89f2c8a484c28271aa7b634ab7e6b3f064d63fb
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>
2018-01-17Update to ensure push only master branchVenkata Harish K Kajur1-0/+22
Issue-ID: AAI-603 Change-Id: I0a6cd3c9b1574f10c0608f8a312eab8d1ad46fa4 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-12-01Add the amsterdam jobs for aai reposVenkata Harish K Kajur1-0/+2
Issue-ID: AAI-520 Change-Id: I4de175c6186ecf0b94ceeb292eade74443342886 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
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-14Remove docker blessing jobs from aaijimmy1-1/+0
Change-Id: Ic6400b8a455874d4b3337379c1ed6a1480b4d390 Issue-ID: AAI-296 Signed-off-by: jimmy <jf2512@att.com>
2017-06-08aai-resources: Enable CLM scan jobJessica Wagantall1-0/+1
CLM scans should be performed for aai-resources and the results will be reported in Nexus IQ server. Change-Id: Ifba8d27869bb3fb3ef530ae6fbe13739c6e970a8 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-05-22Fix the aai template where extra aai was addedVenkata Harish K Kajur1-1/+1
Causing issues with the trigger of jobs on jenkins Change-Id: I459767a0189495aa0f5c5df64781c8fe2c4393fc Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-05-16Add the common resources and resources jobsVenkata Harish K Kajur1-0/+24
Also update the docker push script to not push for the new repos This part of the push should be automated by the maven build Keeping the docker push for any other components that might use it Change-Id: Ib2da0ce491eb99c96257a4503cb3f89f502795c4 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>