summaryrefslogtreecommitdiffstats
path: root/jjb/externalapi/externalapi-nbi.yaml
AgeCommit message (Collapse)AuthorFilesLines
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/+6
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-15Removal of NBI Beijing CLMMatthieuGeerebaert1-1/+9
CLM should not be ran onto Beijing Change-Id: I2b0e84a1a228262068eeda86aab36c7ca92d6a56 Issue-ID: EXTAPI-154 Signed-off-by: MatthieuGeerebaert <matthieu.geerebaert@orange.com>
2018-09-28Spread out the scheduling of Daily jobsGary Wu1-1/+1
Spread the scheduling of Daily jobs throughout the day to reduce resource contention. Change-Id: I2b2606b4022c1d9f882bfe95b439b021b17f362e Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
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-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-06-09Add job for beijing branchEric Debeau1-0/+2
Issue-ID: EXTAPI-104 Change-Id: I3e0fef697135dc9b78783f79da61c8444e047685 Signed-off-by: Eric Debeau <eric.debeau@orange.com>
2018-05-07Move Dmaven.test.skip param (a-e)Jessica Wagantall1-0/+1
Rather than hardcoding this parameter as part of the maven-docker-push-daily macro, we are passing it as a "mvn-params" parameter from the project's JJB template. Notice that this change IS NOT adding "Dmaven.test.skip=true" but rather moving it away from the macro into the project's template to handle it individually per project. Please refer to commit 262e8694ebce04450bc29b4805088a354b8aaccb Change-Id: I0f2e0d681734939f4e9b7d07faca33cc4a0da2b9 Issue-ID: CIMAN-159 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-03-29Add initial jobs for externalapiJessica Wagantall1-0/+32
Add initial java jobs for externalapi-nbi: - gerrit-maven-clm - gerrit-maven-sonar - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' - '{project-name}-{stream}-release-version-java-daily' - '{project-name}-{stream}-docker-version-java-daily' Change-Id: Ib654e52999aedc31ed31d1f03a8cd88b6edaebe6 Issue-ID: EXTAPI-36 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>