summaryrefslogtreecommitdiffstats
path: root/jjb/externalapi
AgeCommit message (Collapse)AuthorFilesLines
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-04-18Correct CSIT YAML file for ExternalAPI-NBIEric Debeau1-1/+1
Project name correction to be aligned with integration repo Change-Id: Ic05548c6a5ab279eb978b2c5a8085a12030d6489 Issue-ID: EXTAPI-76 Signed-off-by: Eric Debeau <eric.debeau@orange.com>
2018-04-17Create CSIT YAML file for ExternalAPI-NBIEric Debeau1-0/+14
Change-Id: I6927982e490279deabc35ed979d8f8a843d27fbe Issue-ID: EXTAPI-76 Signed-off-by: Eric Debeau <eric.debeau@orange.com>
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>