summaryrefslogtreecommitdiffstats
path: root/jjb/portal/portal.yaml
AgeCommit message (Collapse)AuthorFilesLines
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-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-05Add CLM jobs for portal reposJessica Wagantall1-0/+2
Change-Id: I8ef76ac8ff09f9aca40765ed69cb246b627740f6 Issue-ID: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-10-26Drop use of maven versions pluginChristopher Lott (cl778h)1-2/+2
Portal manages its version numbers in its POM files, not using version.properties. Change templates to stop invoking the versions:set plugin. Issue: PORTAL-134 Change-Id: I8d36e788f24046eca045da534e206bc4034c11f8 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-10-23Release Portal Amsterdam/R1 at 1.3.0Christopher Lott (cl778h)1-0/+2
Issue: PORTAL-134 Change-Id: I31fad9ac2cdce9e55b5f2c3e49cec74067295a6f Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-10-02Remove old jobs that are not planned to fix now.Manoop Talasila1-5/+0
Issue-ID: PORTAL-112 Change-Id: I3a5ecad3877d84ba3bb92abb03e0d28208962e9d Signed-off-by: Manoop Talasila <talasila@research.att.com>
2017-08-15Create new branch "release-1.1.0"Manoop Talasila1-0/+2
This branch is for the 1707 version of the code changes Issue-Id:PORTAL-75 Change-Id: I97cd0cdd376e8321eb170caa04619afb905d39d5 Signed-off-by: Manoop Talasila <talasila@research.att.com>
2017-06-12portal: add build number variableChristopher Lott (cl778h)1-0/+1
Revise portal.yaml to have this line: maven-deploy-properties: -Dbuild.number=$BUILD_NUMBER Change-Id: I52a1b09e1ba58159196d722db1276bcd8cd826aa Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-05-03Initial coala delint (portal)Andrew Grimberg1-2/+2
Initial coala delint for portal Issue: CIMAN-2 Change-Id: I9d5b9782467a944a78f46c7d53e190d94ca8c2e2 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-04-04stage site jobs addedManoop Talasila1-0/+3
Change-Id: I9badc16ba059adc37258285ddf5ae7976105a7d5 Signed-off-by: Manoop Talasila <talasila@research.att.com>
2017-03-10release-1.0.0 branch addedtalasila1-0/+2
Change-Id: I463b6d6a009a44b9551e578452f99c50a6591d65 Signed-off-by: talasila <talasila@research.att.com>
2017-03-07release java daily job added to perform sonar scantalasila1-1/+1
Change-Id: I9ac236ebf41c72b405814b6aed05c3778a34de16 Signed-off-by: talasila <talasila@research.att.com>
2017-02-15Increaes instance size for portalAndrew Grimberg1-0/+1
Change-Id: I45aaebb335cec436b2b822e7f2d03b542dc83d82 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-02-15job on root pomtalasila1-6/+1
Change-Id: I15dd3b308a3f576a8d9dc33a9db7709241123a0b Signed-off-by: talasila <talasila@research.att.com>
2017-02-10subproject merge/verify jobs for portaltalasila1-2/+6
Change-Id: Ie8dda51596bc9a415a25204433b9d375a32ca71f Signed-off-by: talasila <talasila@research.att.com>
2017-02-02Add basic jobs for portal repositoryAndrew Grimberg1-0/+15
Configure the basic verify and merge jobs for the portal project Change-Id: If04c81d8a2d67759b2d557b2910e4858939949b3 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>